I want to get the current day value to compare it to a field ! how can i get it using business rules in mobile ?
Like
1 comments
21:16 Nov 22, 2023
Hello,
You need to use a custom business rule (like described in the Academy article here), get column value using record.get() method and then compare it to the instance of the Date like it's done in JS (using getDate(), getMonth() etc. methods).
Show all comments