List of Contributions

JordanC

Contact Details

JordanC


My Content

1 to 3 of 3 total
Posted By JordanC Feb 06, 2025 03:06:00 AM
Found In Egroup: Advanced Software
\ view thread
Ok, I'm sorry for the bother, I found the solution. When i create the variable, i need to do this : //Creation of the Audit Variable var auditVar = InformationModel.Make ("AuditSigning Signature"); auditVar.WorkflowType = WorkflowType.Sign; If it helps anyone, this is my ...
Posted By JordanC Feb 06, 2025 02:19:00 AM
Found In Egroup: Advanced Software
\ view thread
I just want to change the value of WorflowType (0=Confirm, 1=Sign, 2=DoubleSign, 3=Default) I do some additional tests and i see 1 thing. When the tag was created and not affected in any button, text or something, I can't change the value (I have an error) But when ...
Posted By JordanC Feb 05, 2025 07:48:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi there, I want to change the WorkFlow Type of a variable that I created earlier (with a NetLogix script), but I want to change it using NetLogicScript (Design). But, I can't change the value of Workflow Type if the value is "Default". (If I change the value in the Optix application (to "Confirm" ...