cancel
Showing results for 
Search instead for 
Did you mean: 

MBO Personalization keys set from Windows mobile app problem SMP2.3

Former Member
0 Kudos

Hi Experts,

I've a problem regarding to MBO SMP2.3.

I've created RFC which have 2 imports (Sales_man and date) and has an output table.

I've created MBO upon this RFC and map 2 personalization keys to the 2 imports values. The keys are saved on server.

I've tested the execution of MBO and it's OK.

In windows mobile app, I set the personalization key as follow:


PersonalizationParameters pp = new PersonalizationParameters();

pp.SalesEmployee_VLIST = salesEmployee;

pp.ExDate = exDate;

pp.Save();

Then I synchronize the (PROJ)DB.

When make MBO.FindAll(), I did not find the values should be returned.

So, What do you think the problem is?

Regards,

MMAK.

View Entire Topic
Former Member
0 Kudos

I Found the answer in the following post:

The problem was, I didn't set load arguments by personalization keys values as follow:

Regards,

Marakby.