Description:
If we add new field(s) in Process Form, that field won't be available for the existing provisioned users.
Solution:
FVC (Form Version Control Utility) comes with OIM which updates the form which are associated with existing users.
OR
UpdatePROCESS_FORM_TABLE set PROCESS_FORM_TABLE_VERSION =
(Select SDK_ACTIVE_VERSION from SDK where SDK_NAME='PROCESS_FORM_TABLE');
COMMIT;
NOTE:
Replace PROCESS_FORM_TABLE with actual process form i.e. "UD_XXX"
If we add new field(s) in Process Form, that field won't be available for the existing provisioned users.
Solution:
FVC (Form Version Control Utility) comes with OIM which updates the form which are associated with existing users.
OR
Update
(Select SDK_ACTIVE_VERSION from SDK where SDK_NAME='PROCESS_FORM_TABLE');
COMMIT;
NOTE:
Replace PROCESS_FORM_TABLE with actual process form i.e. "UD_XXX"