cancel
Showing results for 
Search instead for 
Did you mean: 

CRM Action Profile - PPF Action for Date Field Update

0 Kudos
1,282

Hello Guys,

I have a question to ask regarding CRM PPF Actions.

Step 1: I created a new date type in my date profile, which is assigned to a new transaction type. Ex: "Injured Date"

Step 2: Made applicable changes to enable it to show up on the CRM Web UI. Now the Injury date field shows up on my front end and can be freely updated if wanted.

Now I need to create a new PPF action that updates this date field with the system date when the status of this transaction type changes to a specific status.

Ex: Say status changed from "New" to "Injury Recorded".

I understand how to set up the condition to trigger this action but cant understand how to define an action that can update a field.

Any help would be great!

Appreciate your time and help!

Thanks,

Vinay.

View Entire Topic
Webster_Cui
Product and Topic Expert
Product and Topic Expert

Hello Vinay,

BADI CRM_APPOINTMENT_BADI will help you manipulate the date values in transaction.

You may go through below wiki page to get more technical information.

Enhance date management with CRM_APPOINTMENT_BADI

Regards,

Webster

0 Kudos

Hey, thanks for the reply 🙂

But before I look into the BADI's, I just wanted to confirm if I can copy some standard PPF action and configure it to update a date field in a transaction type. Can I do that ? If no I can go ahead use the BADI's but just wanted to know how to configure a standard PPF action to update fields.

Thanks again, appreciate it.

Regards,

Vinay.

Webster_Cui
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Vinay,

In action method level, I am afraid there is no simple standard PPF action to update a date field.

The logic of date merge should be done within CRM 1Order framework.

Regards,

Webster

0 Kudos

Thank you so much sir, appreciate your help.

Regards,

Vinay.