Quantcast
Channel: SCN : Unanswered Discussions - SAP CRM: Service
Viewing all articles
Browse latest Browse all 1084

SAP CRM Checklist fill Zdate when CHKLST_CREAT is entered.

$
0
0

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>


Viewing all articles
Browse latest Browse all 1084

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>