cancel
Showing results for 
Search instead for 
Did you mean: 

msa50-workbench: how to set field sort1 from field sortl ?

gerd_hotz
Contributor
0 Kudos
151

Hello forum,

in tile bp -> details, I've mapped ctrlSortfieldT to BO Attribute Sortl.

So i can see the sortfield in bp-details.

But in order to exchange this mandatory-field with crm-online/r3,

I have to fill field sort1 in msa.

How can I set this field while updating the bp-detail dataset ?

Has anybody an idea esp. coding ?

Best regards

Gerd

Accepted Solutions (0)

Answers (3)

Answers (3)

gerd_hotz
Contributor
0 Kudos

Hello, which coding do I need for this event:

add"sortl" ,sort1 ??

br

Gerd

gerd_hotz
Contributor
0 Kudos

Hello,

problem is that I don't know how programm this ?

Can anybody help me ?

br

Gerd

Former Member
0 Kudos

Hi Gerd,

It is very simple.

Select the event on which you want the things to get saved. Or if its a general input field, no need to even program the events.

On change of the field system take a note that field is changed. and when you save the Business component by pressing save button, automatically a outbound queue in mobile is created to send the data to CRM Server.

Best Regards,

Pratik Patel

<b>Reward with Points!</b>

Former Member
0 Kudos

Hi Gerd,

In programming, you jst need to fill up the value for the field and when you fire

BO.save event, data isupdated and send back to CRM Server in next contrans.

Best Regards,

Pratik Patel

<b>Reward with Points!</b>