Is it possible to default future date in termination notification date in terminate employment page
Summary:
In terminate employment page, when we search an employee by giving future effective date, termination notification date should be defaulted with search date.
termination notification date can be defaulted with Sysdate using below code:
{{new Date().toISOString().split('T')[0]}}
Can we fetch search effective date from URL and use it to default termination notification date ?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
26A
Code Snippet (add any code snippets that support your topic, if applicable):
0