cancel
Showing results for 
Search instead for 
Did you mean: 

How to save field in custom BO from extension in standard BO

0 Kudos

Dear Experts ,
i want to save fields in extension on standard BO ( Opportunity ) and then display this fields in custom BO on OWL screen .

how can i do that and in which event or action write code !
could any one help me

Accepted Solutions (0)

Answers (2)

Answers (2)

sinaei
Contributor
0 Kudos

Hi Basem,

You sheuld create your custom fields in both Standard and Custom BO,
Then in EventBeforeSave of your opportiunity, you should write the value of your Standard Extension Field in your Custom Extension Field.

Bye,

Sin

former_member186648
Active Contributor
0 Kudos

Hi Basem,

You could create BeforeSave event on the standard BO (XBO) on the node where the extension field exists,
In the event, create the same data ( from extension field) in the custom BO,
Create OWL on custom BO.

Thanks, Pradeep.