Hi Experts - This is in the check list I am trying to validate from the start plan date and the result should be populate in the plan completion date which is a Zfield in WEBU, one more thing this in the check list date how can I see in the crmd_order??
Don't know where it is going wrong,,,
pls find the XML code of the date rule, when the user enter the date in "CHKLST_PL_CO" then the result date should auto populate in the ZFIELDINWEBUI.
Anything else needs to be done.
To elaborate I have a new date field in CRM WEBUI and now this new date field should be filled automatically when you enter the start date(standard field ) by adding 30 days to it.
I have created new date type --> new date rule -> and this new date type & rule is defined in the date profile and by double clicking the new date type I have defined the date rule in it.
<SAPTimeRule>
<TimeRuleTree>
<!-- Begin of Rule Tree -->
<ruleline>
<!-- Begin of new LINE -->
<AssignTimeExp displaytype="AssignTime">
<!-- Assign time -->
<VarTimeExp displayType="VarTime"
name="RESULTS"
position='B'>
<!-- Variable: Time -->
</VarTimeExp>
<MoveTimeExp displaytype="MoveTime" direction="+">
<!-- Move -->
<VarTimeExp displayType="VarTime"
name="CHKLST_PL_CO"
position='B'>
<!-- Variable: Time -->
</VarTimeExp>
<ConstDuraExp displaytype="ConstDura"
duration="30" timeunit="DAY">
<!-- Constant Duration -->
<VarObjectExp displaytype="ZFIELDINWEBUI"
name="SYSTEM"/>
<!-- Variable: Timeobject -->
</ConstDuraExp>
</MoveTimeExp>
</AssignTimeExp>
</ruleline>
</TimeRuleTree>
</SAPTimeRule>