Hello Folks,
I am trying to perform a DB operation i.e., Insert on click of Save and it should be persisted to DB only after successful validation of form fields. I understand that we can invoke Validate Form, but it actually validates entire form (all sections within a form) and we don't want it to be happen like that. Instead we are trying to do this for each section at a time.
I tried the following in Rule Editor of Save Button:
However it seems to be not working as I expected, only validations are checked correctly, whereas DB operation is not functioning. But If I try DB operation alone without any validation check, then it is functioning fine. I don't want it to happen like that.
Another alternative I tried is writing separate rules for Validation and DB Operation, but since both rules are getting executed in tandem instead of following order, this doesn't help here.
Please provide your suggestions on how best this can be done. As usual your quick help is appreciated!!
Regards,
Sri Bhargav
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Folks any inputs please? First of all is it possible (or) is that a bug in AEM
@Mayank_Gandhi , @smacdonald2008 , @GirishBedekar
Regards,
Sri Bhargav
Views
Replies
Total Likes
Thanks for the response. Confirming that there is nothing wrong with FDM service, because the same FDM service when I perform without any validation check is working fine and I can able to see Data reflecting in DB.
But when done with Validation check, I found that code seems like getting terminated at below line:
guidelib.dataIntegrationUtils.executeOperation(operationInfo, inputs, outputs, null, null, this);
Anything am I missing or something I am doing wrong?
Views
Replies
Total Likes