List of Contributions

Sigrid Kok

Contact Details

My Content

1 to 20 of 50+ total
Posted By Sigrid Kok 05-02-2024 16:58
Found In Egroup: Automate
\ view thread
Hi Nart It's one of the BP example scripts I have to update (or create) sales area data for BP here: https://community.precisely.com/viewdocument/bp-sales-data-round-trip?CommunityKey=e1f0c200-ca7e-46e7-b5c7-01855e5120c7&tab=librarydocuments As long as you have the Function Module installed, you ...
Posted By Sigrid Kok 05-02-2024 16:33
Found In Egroup: Automate
\ view thread
Hi Alain, It simply means you script is lost - expecting to be on one screen with input fields but instead on another. This will point to where it's lost: (SAPLCOIH 3000) SAPLCOIH 0100 But you can also run in debug mode to see where it gets stuck. Another option is to join the SAP Module Templates ...
Posted By Sigrid Kok 05-02-2024 16:27
Found In Egroup: Automate
\ view thread
Hi again Alexander Here's a little sample solution and what I did attached and zipped, because we don't accept .wzip files at attachments in the community. I used the data connection to the group, and I used a RAW Query in the swimlane to filter the group to me, like: [Email]=='[/my:myFields/my:dummyemail]' ...
Posted By Sigrid Kok 05-01-2024 19:58
Found In Egroup: Automate
\ view thread
Hi Nart You could use the Long Text handling that comes with having the Function Module installed in SAP for the standard long texts - documentation link: https://help.precisely.com/r/Automate-Studio/20.3/en-US/Automate-Studio-with-Connect-User-Guide/Transaction/Map-Fields/Add-Long-Text I have an ...
Posted By Sigrid Kok 05-01-2024 19:49
Found In Egroup: Automate
\ view thread
Hi Alexander Haven't done this with parent/child, but have you considered using a Workflow Participant control on the form. It would look something like this: In my form I am creating a comma separated list of MRP controllers who have to review something as a team. It's using Full Name but ...
Posted By Sigrid Kok 05-01-2024 17:46
Found In Egroup: Automate
\ view thread
Hi Ryan That's not good. This kind of issue is hard to diagnose without seeing your solution. So I'd suggest opening a support ticket so that someone can look at it with you. Best Regards, Sigrid ------------------------------ Sigrid Kok Precisely Software Inc. ------------------------------
Posted By Sigrid Kok 04-25-2024 08:29
Found In Egroup: Automate
\ view thread
Hi Nat Could it be the file is on OneDrive or SharePoint? If so, here is a support artcle: https://customer.precisely.com/s/article/Data-file-issues-on-OneDrive-or-a-network-Drive-360040400411?language=en_US Best Regards, Sigrid ------------------------------ Sigrid Kok Precisely Software Inc. ...
Posted By Sigrid Kok 04-25-2024 08:26
Found In Egroup: Automate
\ view thread
RTX, Hammad is correct on merge. There is a SUM operator for numeric columns, so if you want a total, you can check it out. Best Regards, Sigrid ------------------------------ Sigrid Kok Precisely Software Inc. ------------------------------
Posted By Sigrid Kok 04-22-2024 11:48
Found In Egroup: Automate
\ view thread
Hi Skander It really depends on the situation you are trying to address. For example, you can use a Workflow Participant control and based on whatever logic you have can add a user to the "team" I had another scenario where I could select a number of materials to update, and I came up with ...
Posted By Sigrid Kok 04-22-2024 11:38
Found In Egroup: Automate
\ view thread
Hi Ryan If you have two structures in your form, one for the PO and one for MIRO, please try the COPY TABLE rule. It will let you copy from the PO output (source) into the MIRO input (target) table with mapping and even conditions, as needed. It was designed for something just like this. You just ...
Posted By Sigrid Kok 04-22-2024 11:35
Found In Egroup: Automate
\ view thread
Hi Meryam, Thanks for sharing your script. I took a quick look, and there are some things to change/fix: the SAVE (ok code = BU) should be outside of the loop you hit enter after entering the header information, but you didn't give it a line item or go into FAST ENTRY on the top menu - it's lost ...
Posted By Sigrid Kok 04-18-2024 15:42
Found In Egroup: Automate
\ view thread
Hi Renette Jayasri is correct - there is no direct way. But you can do this - use external data source and have it show up as a table with a checkbox, then use a rule to set the list if the checkbox is selected: The data source gets loaded at the start, so that the table of options is pre-populated. ...
Posted By Sigrid Kok 04-16-2024 17:19
Found In Egroup: Automate
\ view thread
Hi Sahar Can you please attach the script you are trying to use? The template would also be helpful - you can cleanse the data of anything proprietary. Best Regards, Sigrid ------------------------------ Sigrid Kok Precisely Software Inc. ------------------------------
Posted By Sigrid Kok 04-16-2024 17:18
Found In Egroup: Automate
\ view thread
Hi Petra, Not 100% sure I understand what is missing, but I did find a table with the description of the status field Simple example attached. Hope it helps, Sigrid ------------------------------ Sigrid Kok Precisely Software Inc. ------------------------------
Posted By Sigrid Kok 04-12-2024 20:12
Found In Egroup: Automate
\ view thread
Hi Mirka That's a tough one. It may be that there are rules for the description, which seems to be what is changed, onload. One way to check if it's happening when you save is to download the form XML and check the values. Go to documents -> your solution -> select the instance and click Version ...
Posted By Sigrid Kok 04-12-2024 20:07
Found In Egroup: Automate
\ view thread
Hi Carlos If you are getting results manually, you might check padding on the criteria - does it need to be zero padded or not and the length. Best Regards, Sigrid ------------------------------ Sigrid Kok Precisely Software Inc. ------------------------------
Posted By Sigrid Kok 04-12-2024 20:06
Found In Egroup: Automate
\ view thread
Hi Alexander Not that I know of. However, I have had two attachment controls - one was 0 and one was required 1. I used a rule to show or hide the different attachment controls based on the value in the form. Example - if customer type is sold to, you might need an attachment, but if it's a ship ...