List of Contributions

Shelby Murrell

Contact Details

My Content

1 to 6 of 6 total
Posted By Shelby Murrell 05-02-2024 18:45
Found In Egroup: Automate
\ view thread
Hi Alain, You could try using the Renew Session feature: https://customer.precisely.com/s/article/The-First-Record-Is-Uploading-Successfully-All-Other-Records-Are-Failing-360023690411 ------------------------------ Shelby Murrell SAP Functional Lead MONSTER ENERGY [USA] ------------------------- ...
Posted By Shelby Murrell 03-12-2024 16:39
Found In Egroup: Automate
\ view thread
Hi Kathleen, For GUI scripting mode, when done recording in order to get it to complete you need to back out of the transaction completely. What I would do it hit the "Back" button as far as it let me. Then "Log off". That should end the Studio recording. ------------------------------ Shelby ...
Posted By Shelby Murrell 03-12-2024 15:17
Found In Egroup: Automate
\ view thread
Thanks Sigrid! We actually do have the default buttons set to "no views". This is a custom rule I put on the "submit" button we have :) ------------------------------ Shelby Murrell SAP Winshuttle Analyst MONSTER ENERGY [USA] ------------------------------
Posted By Shelby Murrell 03-07-2024 20:00
Found In Egroup: Automate
\ view thread
30 min after I posted this I ended up figuring out the code and it worked. In case it may help someone else. I was missing an else if. if ($form.getValue('/my:myFields/my:FG_Validate/my:FG_Validate_Input/my:Repeating_Content/my:Currency_Key') === 'JPY' || $form.getValue('/my:myFields/my:FG_Validate ...
Posted By Shelby Murrell 03-07-2024 19:27
Found In Egroup: Automate
\ view thread
Hi Community, Hoping someone has some input. We have a form where we need logic on the Save and Route button. It needs to check the entry for Currency Key and Standard Price. If Currency contains a value that does not allow decimals and if Standard Price contains a decimal it should give an error and ...
Posted By Shelby Murrell 11-16-2023 17:38
Found In Egroup: Automate
\ view thread
Hi Vanessa, I wanted to thank you for sharing the suggestion above. I've been working on trying to get custom Javascript in a form to get rows updated in a repeating table after calling a webservice that wasn't working correctly. Your reference above about the function to check if the UI is blocked ...