Hi All,
I am working on a requirement where i have some customized fields on vendtable and i am working on the requirement, once these fields data changed
Proposed vendor changes workflow will trigger and changes required approval.
Here are the steps i am following
1 creating extension VendTableChangeProposalField add required enum e.g. currency
2 Writing COC for VendTableChangeProposalFieldEnablement/InitializeAll method and add currency field
3 extension of VendTableChangeProposal table and add Currency field and an enum filed IsChangedCurrency.
4 Create vend change proposal form extension and add a new group for currency, similar to standard functionality
5 Create extension for vendChangePraposal form write the below code in disableDiscardbutton() method and ShowHideGroups() method and COC for button click method
6 Create extension for table VendTableChangeProposal and extend methods like isRedundant() and setFlagForChangedField() and COC to update IsChangedCurrency field
7 Create extension for vendTable form and COC for formcontrolstr currency field modified
8 creating extenion of VendTableChangePraposalApply initialzedvendfields method
The issue i am facing is, once i am changing the currency field, workflow starts and once all the approvals are done, currency field data is not updating.
Can someone please guide me what am i missing or what can be the possible solution
Anyhelp will be highly appreciated..
Thanks