Google Search

Tuesday, September 29, 2015

FVC (Form Version Control Utility)

Usage:

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.

Run fvcutil.sh (Linux)/fvcutil.bat (windows)

OR

Update PROCESS_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"

No comments:

Post a Comment