List of Contributions

Sigrid Kok

Contact Details

My Content

1 to 20 of 50+ total
Posted By Sigrid Kok 05-25-2023 09:50
Found In Egroup: Automate
\ view thread
Hi Daniel Can you please describe what you're trying to accomplish? It looks to me like you want to create a bom in multiple plants, is that right? If so, you would replicate the data in Excel and swap out the plant for each one. If that's not it, please provide some details. Best Regards, Sigrid ...
Posted By Sigrid Kok 05-25-2023 09:47
Found In Egroup: Automate
\ view thread
Hi Kam The community is a place to post questions and receive tips. Can you please try to create the script based on tip you received in another post you made to use the item number to find the row and then make the update? Then if you have questions or run into issues, you can post them here. You ...
Posted By Sigrid Kok 05-19-2023 19:19
Found In Egroup: Automate
\ view thread
Hi Vanessa Please check your chain settings. Have all of the scripts point to using the same output file (Excel workbook) and just about everything the same except perhaps the sheet it extracts to. I think that is part of the issue since the chain should be writing to the same file (most of the time). ...
Posted By Sigrid Kok 05-15-2023 10:14
Found In Egroup: Automate
\ view thread
Hi RTX The closest we have is Document Explorer: https://help.precisely.com/r/Automate-Evolve/20.3/en-US/Automate-Evolve-User-Guide/Global-Administrator-Help/Evolve-User-App/Documents/Document-Explorer?tocId=RvOjuujGpCrvNm_LFwWXCg You can setup this special type of library in Evolve starting in 20.3 ...
Posted By Sigrid Kok 05-09-2023 10:46
Found In Egroup: Automate
\ view thread
PS: Here's is the script & template I created yesterday, confirming the approach works for me. Everyone's SAP system may be different, so please adjust as you need it or copy the bits you want/need. ------------------------------ Sigrid Kok Precisely Software Inc. --------------------------- ...
Posted By Sigrid Kok 05-09-2023 10:45
Found In Library: Automate
Posted By Sigrid Kok 05-09-2023 10:42
Found In Egroup: Automate
\ view thread
Hi Ocal You click the button to swap (or it pops up initially). then click the filter button in the pop-up Fill in the class type and click the checkbox it will automatically select the one class type you have, so just click the checkbox then you're set to update that class type's characteristics. ...
Posted By Sigrid Kok 05-08-2023 19:30
Found In Egroup: Automate
\ view thread
Hi Ocal I can capture swapping class types by clicking the other class type button Note I'm using standard recording without controls, if that makes a difference. Please note you'll want to ensure you handle the: (1) IF FIRST TRANSACTION - this is standard, as the first transaction will always have ...
Posted By Sigrid Kok 05-08-2023 10:06
Found In Egroup: Automate
\ view thread
Hi Pedro The what and how often depend on the use case. In general, finding specific places in a grid depend on whether there is a FIND action or not, and if not if there is a BAPI that would work. And looking for duplicates may mean extracting data to review. Can you please share some specifics? The ...
Posted By Sigrid Kok 05-05-2023 09:45
Found In Egroup: Automate
\ view thread
Hi Elliott What happens when you run in Debug mode?  Anything?  What are you seeing?  If nothing, are you trying to run the ECC script on S4?  That may or may not work, depending on your system differences.  Have you tried clicking Synchronize on the Map tab?   If you have an it's still doing nothing ...
Posted By Sigrid Kok 05-03-2023 11:26
Found In Egroup: Automate
\ view thread
Hi Elliott When I run your script with some adjustments because of SAP configuration in my system (only 2 rows possible for me and I don't have the source assignment field, so I disabled it), I see the proper message that the changes are made and in SAP when I check. (1) Can you run in DEBUG mode ...
Posted By Sigrid Kok 05-03-2023 11:26
Found In Library: Automate
Posted By Sigrid Kok 05-02-2023 11:34
Found In Egroup: Automate
\ view thread
Hi Elliott, Thanks for the additional info.  It would be most helpful to attach the script.  A screen shot doesn't give me enough details on how you're approaching the automation, why it's not adding the line and why it's returning that message.  Please attach it  You don't have to include a template ...
Posted By Sigrid Kok 05-02-2023 11:28
Found In Egroup: Automate
\ view thread
Hi Jana, You can also use the settings in a solution - just click on the main workflow canvas and see the Form Buttons property on the right. I tend to use my own buttons, so that I can control display, hide, completion, etc, so I have selected no views, but you can select specific views to show the ...
Posted By Sigrid Kok 05-02-2023 11:00
Found In Egroup: Automate
\ view thread
Hi Benjamin Not sure I follow your steps enough to comment on that.  But I do know that if you have some formatting in Excel that Studio does not support, it will be read only from Studio but will open the Excel file in a separate window.    What if you published your scripts in the Excel template?  ...
Posted By Sigrid Kok 04-27-2023 19:30
Found In Egroup: Automate
\ view thread
Hi RTX, Hammad is correct.  Please don't forget to convert spaces in your solution name to %20 , if you have them. My solution name: Business Partner Create via OData APIs (note the spaces) - in the URL you would convert it to would be Business%20Partner%20Create%20via%20OData%20APIs So his URL with ...
Posted By Sigrid Kok 04-27-2023 12:35
Found In Egroup: Automate
\ view thread
Hi Elliott Can you please share your script and some details - maybe screen shots of the steps you walk through?  For example, is it here you're stuck? Do you have multiple lines or one line to enter?  Will there be lines there already?  Etc. OR Is it just the message you're stuck on?  If so, can ...
Posted By Sigrid Kok 04-27-2023 12:28
Found In Egroup: Automate
\ view thread
Hi Jana In general, here are a few tips/things to think about: (1) Your Approval nodes can actually have two ways to exit - approved or canceled.  If you right click on the transition line out of the node, you can choose approved or rejected.  Your screen shot shows 1 transition out of each approval ...
Posted By Sigrid Kok 04-25-2023 10:24
Found In Egroup: Automate
\ view thread
Thanks, Vanessa - that was part of my webinar on Direct. Sreedhar - you can also sign up for the Precisely University and sign up for what we used to call Wuginars - education webinars.  Once you sign in you can see them here:  https://preciselyu.precisely.com/page/automate-studio-webinars The entire ...
Posted By Sigrid Kok 04-25-2023 10:19
Found In Egroup: Automate
\ view thread
Hi Florin I can appreciate moving the rules and adding them to multiple places.   The above combination works every time using the execute rules on field and apply the rule on the field you are setting.  That cuts down on load time, and removing the default of run on load helps, as you found out.  Most ...