Modifying data bound to a oj-table element
Content
Background: I am binding data to a JET tables using a service connection that consumers a PCS REST API (shows process information). Each row in the table is uniquely identified with that rows processId. I then have a business object in VBCS that has a processId as a unique attribute. I want to do two things:- I want the table to be a combination of both the process metadata data returned from the web service and also the data object that has the associated ptocessId. For one column I want to change the values OPEN to PENDING APPROVAL, COMPLETED to APPROVED, ABORTED to REJECTEE, and FAULTED_RECOVERABLE to ERRORED.
1