Question
Tata Consultancy Services
IN
Last activity: 18 Apr 2023 7:33 EDT
Creating Work Object
Hi,
I am checking code of one of the application.
For Creating Work-Object {Cases} One developer on click of button called Local Action {Flow Action}
In Flow Action {Layout Tab}
He choosed Page Context = Use data Page
Here, he used Savable datapage
And applies to Class is CC-PP-AA-Data-REQ
Section = AddNewAccount
In AddNewAccount section he added one button create-Id and on actions in called activity to create workobject.
Here, activity is also created in CC-PP-AA-Data-REQ class.
We have one more case type for creating SO cases,
For SO cases {Work-Object} another developer on click of button called Local Action {Flow Action}
In Flow action {Layout Tab}
He choosed Page Context = Use data Page
Here, he used Editable datapage
And applies to Class is CC-PP-AA-Work-SO
And In action tabs of flow action, he called activity to create work-object.
Here, I am confused,
1) Which practice is best practice for creating the Work-Object? We should Use Savable Datapage or Editable DataPage. Can someone explain this?
2) Is this is best way to create Work-Objects{Cases} in Pega?