Write Now

<<Back


·         Write Now option is available in Obj-Save method
·         Write Now immediately commits data to the database
·         We need to select this option to commit the Obj-Save operation
·         This option has to be selected only when we are executing Obj-Save activity independently, where there is no WO or Work flow involved
·         Whenever we are executing the Obj-Save activity in a flow which has WO processing, we are not required to select ‘Write Now’, because WO’s data will be automatically commit by PRPC.
1)      Obj-Save activity               No Write Now             Flow Involved              Data Inserted
2)      Obj-Save activity               No Write Now             No Flow Involved         Data not Inserted
3)      Obj-Save activity               With Write Now          No Flow Involved         Data Inserted
·         Write Now commits specific Obj-Save on which we have selected this option
·         Obj-Save is an immediate operation, commit will commits the not yet been committed data
Commit method
·         Commit method commits all the Obj-Save steps which are above the Commit step
Obj-Save-Cancel
·         This method rolls back the latest un committed Obj-Save step
Rollback
·         This method rolls back all the uncommitted Obj-Save steps which are above the rolls back step
Obj-Open
·         When we open the data from the table, it will be fetched on to table page

·         To display this data in the user interface, we need to copy from table page to pyWorkPage

No comments:

Post a Comment