RTF Template - Field validation with the combination of xdofx and xdoxslt functions
Summary
RTF Template - Field validation with the combination of xdofx and xdoxslt functionsContent
Hi ,
I need to add a validation on other-compensation.value field , where salary amount is not accessible in the other-compensation for loop.
I m calling the salary amount using get_variable function on the other.compensation.value field and trying to add the validation as below
<?xdofx:(decode(PLAN_NAME,'Test1',VALUE,0) div 100) * <? xdoxslt:get_variable($_XDOCTX, 'RTotVar') ?> ?>
But xdoxslt get value is not working inside xdofx function. Please let me know the combination of xdofx and xdoxslt functions work together,
in this case how to achieve the expected logic