My requirement is to update pyCalendar and pyDefaultTimeZone properties related to some of the operators. If we update them directly in DB,Updated values are not flowing in pega.
How can I update these properties from pega and it should reflect to Operators as well?
@MarijeSchillern In our system there are some old operators which has wrong calendar and timezone. so we need to update them.but count is more so I have build and activity but its not working as expected. Its updating the blob column.Adding the snip for ref.
@VinayDnyaneshwarM An Obj-Save cannot be done directly with the results from the Obj-Browse. Get the InsKey and use that to do a Obj-OPen-By-Handle , and THEN save the records back into the database using Obj-Save.
Notes: Operator Pg is a page of class of operator class, after this you can simply do Obj-Save on step page as OperatorPg and then commit as you had done earlier.