How to fetch data from another section to your application in creatio freedom Ui for date validation
I have created two applications in Creatio in one section I am calculating total leaves between given dates excluding weekend days and in the other section I have calendar dates for leaves on special occasion now what I want is to validate dates from the calendar section so that while calculating leaves it should not include leaves provided by company if it's a calendar leave day how can i apply it??
Like
Hello,
You can fetch the data from another by either creating a business process that triggers upon record modification/creation or if you are using freedom UI, you could add another section as a data source in the section wizard. Here are some Academy links on the matter:
•https://academy.creatio.com/docs/user/bpm_tools/business_process_setup/…
•https://academy.creatio.com/docs/user/bpm_tools/business_process_setup/…;
For data validation it is possible that you could use an answer provided here:
•https://community.creatio.com/questions/date-validation
Hope it helps!