Hello experts,
I have a requirement where I need to pull the contract start date from a table. My date rule - default one was available - (which is assigned to my date type) looks like this (as below). Now how do I populate CONTSTART and make the date visible in Web UI? Any specific configuration required?
<?xml version="1.0"?>
<TimeRule>
<TimeRuleSource>
<ruleline>
<AssignTimeExp>
<VarTimeExp name="RESULT" position='F'/>
<VarTimeExp name="CONTSTART" position='F'/>
</AssignTimeExp>
</ruleline>
</TimeRuleSource>
</TimeRule
Thanks in advance.