List of Contributions

Shelby Murrell

Contact Details

My Content

1 to 20 of 22 total
Posted By Shelby Murrell 02-07-2025 14:00
Found In Egroup: Automate
\ view thread
Hi Hammad, I can't confidently answer, because Precisely Professional Services made this solution for us (because Evolve removed the ability to concatenate values in lists like SharePoint Foundation could). I believe the answer is yes. There is an App for "Update SDL" that contains this solution. ...
Posted By Shelby Murrell 02-07-2025 11:43
Found In Egroup: Automate
\ view thread
Hi Hammad, Thank you so much for you response! I do have a question. For your comment "for this we can review the value fetched from SAP before posting them in Solution Data library and check the logic to update the reference list as well." are you able to elaborate a bit more on that? What would ...
Posted By Shelby Murrell 01-31-2025 17:23
Found In Egroup: Automate
\ view thread
Hello Rodion, GUI scripting mode scripts are notorious for being over sensitive and breaking. I have seen examples where if someone's excel data file was sized different, the script would through that error. The equivalent of Studio GUI scripting mode in SAP directly is called "SAP script recording ...
Posted By Shelby Murrell 01-31-2025 17:13
Found In Egroup: Automate
\ view thread
Hi all, I have logged a Support ticket for this, but tend to get useful suggestions from the Community. Has anyone had luck editing or using Solution Data Library? We have forms that are using this (PS set it up for us initially because Evolve lacks the ability to concatenate values like Foundation ...
Posted By Shelby Murrell 01-02-2025 12:18
Found In Egroup: Automate
\ view thread
Hi Sigrid, Happy new year! Thank you for the explanation. That makes sense and I tested with a couple other fields in the script and saw the same behavior. Using something like "IfPlant" should work for this. Thanks! ------------------------------ Shelby Murrell SAP Functional Lead MONSTER ENERGY ...
Posted By Shelby Murrell 12-30-2024 14:57
Found In Egroup: Automate
\ view thread
Hi all, I have a BAPI Studio script being used within a form. When I try to add an if condition around some of the fields and use Plant as the identifying form field I am getting the attached error "Error: form field values are invalid. Please correct the field name". Plant is a valid form field so ...
Posted By Shelby Murrell 12-30-2024 14:49
Found In Egroup: Automate
\ view thread
Hi Timothy, This is what I have used to help fix that issue: https://customer.precisely.com/s/article/How-to-modify-the-screen-size-using-Transaction-so-that-it-reflects-the-SAP-screen-size-360023445012 There is a setting within the Studio AppOptions.xml file where you can remove the SAP default ...
Posted By Shelby Murrell 12-30-2024 14:48
Found In Library: Automate
Posted By Shelby Murrell 12-12-2024 12:30
Found In Egroup: Automate
\ view thread
Hi Jayasri, It's not exactly not copying data between tables. The original rule shows that once the Material number is generated in the first table that then triggers a rule to fill in specific data in the second table as well as adding in lines. I tried changing the dependency from Material Number ...
Posted By Shelby Murrell 12-11-2024 16:16
Found In Library: Automate
Posted By Shelby Murrell 12-11-2024 16:16
Found In Egroup: Automate
\ view thread
Hi Community, I am reworking a Solution and have come across an issue I was wondering if anyone else has encountered. Currently there is a task that contains a rule on a field (Material Number) that gets populated after a webservice is ran and Material in SAP is created. It needs to be changed to no ...
Posted By Shelby Murrell 07-23-2024 16:36
Found In Egroup: Automate
\ view thread
Hi Hammad, Thanks! I will review the link about the perm deletion setting. We had a user mention that they could not find a document and thought it was deleted, however I did not see it under recycle bin. Would this be the only location in Evolve to check? The data from the document was updated in ...
Posted By Shelby Murrell 07-22-2024 19:28
Found In Egroup: Automate
\ view thread
Is there any way to restore deleted documents in Evolve? Either as an admin or not? The only thing I could find was this article but it is not helpful and very poorly worded: Customer Community Precisely remove preview Customer Community View this on Precisely > ...
Posted By Shelby Murrell 07-22-2024 18:23
Found In Egroup: Automate
\ view thread
In true fashion, I found the answer after submitting the post. I'll share in case anyone else also has this question. The code to use is: disableDeleteRow(ruleFieldInfo.XPath, true); For my use case the code looks like this: $form.addNewRow('/my:myFields/my:FGUoM/my:FGUoM_Input'); i=i+1; ...
Posted By Shelby Murrell 07-22-2024 18:12
Found In Egroup: Automate
\ view thread
Hello, We received a request to disable the ability to right click and select "delete" on a specific row in a repeating table. This table currently gets auto-populated by JS code after creating a material number in SAP. There is one row that will populate with a specific value in one column and the ...
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 ...