List of Contributions

Kurt Marshman

Contact Details

My Content

1 to 20 of 21 total
Posted By Kurt Marshman 04-14-2026 14:53
Found In Egroup: Automate
\ view thread
I have a form with a repeating table in the initial step of a workflow. If the table contains more that 1 row of data it only shows the top row value in step 2 and beyond in the workflow. Is there a setting or something I am missing to pass repeating content to the next step in a workflow? Thanks, ...
Posted By Kurt Marshman 04-02-2026 16:03
Found In Egroup: Automate
\ view thread
Hammad, I appreciate the post back. I set Force Option Value to false and change my script to if (missingRegion.includes(searchItem)) ( $form.setControlRequired('/my:myFields/my:ff_Region', false); $form.setValue('/my:myFields/my:ff_Region',''); ) else ( $form.setControlRequired('/my:myF ...
Posted By Kurt Marshman 03-31-2026 19:05
Found In Egroup: Automate
\ view thread
I have a Country & Region field. Both are required fields. Region's data is based on what is entered into the Country field. Select US as Country.... Region is all the state names I have some Countries that do not have any Regions so I would like to dynamically remove the dropdown requirements and ...
Posted By Kurt Marshman 03-31-2026 18:34
Found In Egroup: Automate
\ view thread
Ronald, I appreciate the post and got it to work by adding the rule to the last webservices log field. Thanks, Kurt ------------------------------ Kurt Marshman Old World Industries, LLC ------------------------------
Posted By Kurt Marshman 03-30-2026 10:44
Found In Egroup: Automate
\ view thread
Sigrid, 1 Button has 5 webservice calls and 2 rules both being custom javascript. When you step through in the console on button click the 2 rules are never invoked. No errors. I showed this on Friday to one of Precisely case managers who suggested I open a ticket because the setup appeared to ...
Posted By Kurt Marshman 03-27-2026 10:20
Found In Egroup: Automate
\ view thread
James, I appreciate you noting having the same issue. Many say nothing. Kurt ------------------------------ Kurt Marshman Old World Industries, LLC ------------------------------
Posted By Kurt Marshman 03-27-2026 10:17
Found In Egroup: Automate
\ view thread
Hey Ronald, I appreciate the response. Both functions were tested when they were attached to a text field and kicked off every time (viewable in console) until being added to the button. Thanks, Kurt ------------------------------ Kurt Marshman Old World Industries, LLC ------------------- ...
Posted By Kurt Marshman 03-26-2026 15:00
Found In Egroup: Automate
\ view thread
I have a custom button that on click runs a webservice. There are 2 rules assigned to the button that are custom javascript functions. When I run the form the webservice runs, but the two rules do not. I do not see them run in the console and even changed the names of both functions in the rules ...
Posted By Kurt Marshman 03-19-2026 14:41
Found In Egroup: Automate
\ view thread
Hammad, I can not replicate the issue. I created an example and it works as expected. ------------------------------ Kurt Marshman Old World Industries, LLC ------------------------------
Posted By Kurt Marshman 03-18-2026 18:06
Found In Egroup: Automate
\ view thread
Hi Ed, I appreciate the response back. I create 2 separate functions just to see if I could them working. Neither work. The first should not need to add a row since it is zero and the second function couldn't exist without the first one being true. I get the following error: SyntaxError: '[d ...
Posted By Kurt Marshman 03-17-2026 13:51
Found In Egroup: Automate
\ view thread
I am looking for a method to dynamically add additional rows to a repeating table. The following works to add to the first line: if (org == '1000' && ctry == 'CA') it sets the value of GST How do I added a second line: if(org == '1000' && ctry == 'CA' && reg=='QC') to set the value of QST function ...
Posted By Kurt Marshman 03-11-2026 14:06
Found In Egroup: Automate
\ view thread
Sigrid, I appreciate the response back and will open up a ticket. My default data file is outside. In your File Blocking Settings if you check the Open & Save checkboxes where Excel 97-2003 Workbooks and Templates do you get the error then? Thanks, Stapuff ------------------------------ ...
Posted By Kurt Marshman 03-11-2026 12:44
Found In Egroup: Automate
\ view thread
Sigrid, Step 1 Open Precisely Automate Studio Step 2 Select any Txr extension Step 3 Type anything into ANY cell or run the script Step 4 Copy what you typed or any results from script Step 5 Paste into a blank Excel workbook Results in automatic error I checked file permissions and they are ...
Posted By Kurt Marshman 03-09-2026 16:36
Found In Egroup: Automate
\ view thread
Anyone run into this problem and have a solve it would be appreciated. 2 scenarios found: If you run a script in Studio and copy/paste the data into Excel it fails and produces an error. If you just open up studio and enter in data in any column in Studio and copy/paste into Excel it fails and ...
Posted By Kurt Marshman 03-05-2026 10:52
Found In Egroup: Automate
\ view thread
Sigrid, I appreciate you sticking with this as long as you did. I am going to try a different file type just to see if there is anything there then look to support. Again... thanks for your time and efforts. Stapuff ------------------------------ Kurt Marshman Self-Registration Shared Account ...
Posted By Kurt Marshman 03-05-2026 10:18
Found In Egroup: Automate
\ view thread
Sigrid, I tried changing the Filename parameter Here is my form: In Document Group I have Textbox_73 and Attachment_69 ------------------------------ Kurt Marshman Self-Registration Shared Account ------------------------------
Posted By Kurt Marshman 03-04-2026 17:52
Found In Egroup: Automate
\ view thread
Sigrid, Here is what I have done so far. I have the plug in with parameters set, file in the Library, fields on the form. I still do not see any results. Thoughts, Stapuff ------------------------------ Kurt Marshman Self-Registration Shared Account ---------------------------- ...
Posted By Kurt Marshman 03-04-2026 16:30
Found In Egroup: Automate
\ view thread
Sigrid, I appreciate the time, effort & response back. My workflow is setup in the same orders as the image you posted except for Post Attachment. I never had that. Would it not attach or be visible without Post Attachment? Stapuff ------------------------------ Kurt Marshman Self-Registration ...
Posted By Kurt Marshman 03-04-2026 14:36
Found In Egroup: Automate
\ view thread
I found the Add Attachments Plug-in and have everything setup, however, I do not get the attachment added to the Attachment Element. Below is how I set everything up. Is there something I may have missed? I do not get any errors when I run the Solution and not sure how to even test for it. Thanks, ...
Posted By Kurt Marshman 03-02-2026 17:07
Found In Egroup: Automate
\ view thread
Is there a method to add blank documents to forms that may be used during the process? Examples W2's, W8's, W9's, Vendor Contracts, Customer Product Estimates. These forms would be download, filled out by hand then uploaded as an attachment. Thanks, Stapuff ------------------------------ Kurt ...