Can I trim subvars and use it to run rule
Hi Everyone..
In our FCC app, the financial year starts with the 'FY' prefix, but the source data does not include this prefix. So, when running the ORDs, I need to use 'FY25' as the year, but for integrations, I have to use 'Jan-25' resulting maintaining two different variables for similar requirement.
For instance, if I create a subvar called CURPERIOD = Jan-25 and need to use the last two characters of the subvar (i.e., 25 and I will concatenate FY as prefix) as the Year to execute a rule dynamically, this approach would reduce maintenance and allow me to meet my requirements with a single subvar.