cancel
Showing results for 
Search instead for 
Did you mean: 

How can i load data from standard BO and then edit it

Former Member
0 Kudos

Hello Experts,

I want to load the data contained on a standard BO (project) on a data list and then update some fields.

Thanks in advance.

Best Regards,

Accepted Solutions (1)

Accepted Solutions (1)

former_member186648
Active Contributor
0 Kudos

Hi,

You could load standard BO via:

1. Create custom BO similar to standard BO

2. Create MDRO so that you copy data into the custom BO

or

1. Create Custom BO

2. Create XBO on your standard BO and then create BeforeSave event to copy data from the standard BO into your Custom BO.

But, in either case if there is check on standard BO to make data read only based on business case
Ex: based on status field data may be disabled
In such case if you edit data from Custom BO also, your changes would be rejected by the standard BO.
Meaning you can only edit if your standard BO allows to edit.

Thanks, Pradeep.

Answers (0)