Has any one tried adding the Update mode on Form to CI and successfully saved the data on the form?
I am trying to use a form such that I can leverage it to update the existing CI. (Created a form to update a User as Supervisor for a given BU ). Using a custom User Profile CI to accomplish this.
EODC_DOC_HDR.EODC_CIMODE has 2 translate values- ADD (Active) & UPDATE ( Inactive), to have the Update mode available, Activated the UPDATE translate value on the record. But when I choose the OPRID in the Form ( Key in CI Level 0) I get an error -
Component Interface (B_USER_PROFILE) does not have the GetCiRowset defined. (18081,11436)
Please create the custom method for the Component Interface.