Understanding Obj-Save – Differ Queue When an obj-save is executed, PRPC save the data into differ Queue. When a write now is performed, the differ queue instance gets committed immediately to dedicated table. When a commit is performed, all the Differ Queue instances gets committed to their respective tables. Difference Between Write Now and commit […]
It is a process Rule. We can add case type from From Case Type Explorer. Case Type, provides a specific design for Work Object or Case Life cycle. Case Life Cycle is going to have below Stage(s) :- It is logical collection of one or more processes. Process(s) :- It is a flow. Step(s) :- […]
When an obj-save is executed, PRPC save the data into differ Queue. When a write now is performed, the differ queue instance gets committed immediately to dedicated table. When a commit is performed, all the Differ Queue instances gets committed to their respective tables. Difference Between Write Now and commit Write Now Commit Write Now […]
This method is used to fetch single instance from table using pzInsKey (Primary Key) Using this method also we can acquire lock and release the lock on commit.
pxDropDown :- A Dropdown control can be populated by using below options. As Defined on Property (Values defined in Local list) Clipboard page calling Activity or Data Transform. Report Definitions Data Page. Working with populating a dropdown dynamically at run time. Populating Dropdown using Clipboard page Activity. From the above screen shot. Clipboard page : […]
This can be created under decision category. Whenever there is a change in property value, which is used in Declare On change rule, this rules gets automatically executed. In this rule we can call maximum two activities based on an Optional when condition. The activity that we call here must be of type on change. […]
This rule can be used to perform dependency validation. When we create this rule, it is not required to be called any where. When we use the properties that involved in conditions, automatically declare constraint will get called and executed. Done. What are the differences between Validations and Constraints? Validate Edit Validate Constraint We can […]
By default every assignment routing is specified as current operator. Create Operator is the one who creates a CASE. For all assignments of work flow create operator is same. Current operator is the Operators who has worked on previous assignment.Fir first assignment current operator is Create Operator.
Using a Slip for each flow shape we can call one sub flow, and pass a page list parameter. Now, the flow will get executed N number of times where N = number pf pages avaiallbe in page list. The sub flow will be executed in a for loop. The sub flow which we call […]
The above activity requires the parameters of “From Email”, “Password”, “SMTPHost” and “correspondence”. Here, for message parameter the value can be Hard coded value or other parameter or Page.Property If your message has HTML, we have to create a correspondence rule. Correspondence body, we cannot directly pass to above “Message” parameter. If we want to […]