Skip to main content

Hi Everyone,

I have scenario where i need to run one of custom MPM during the load event of screen. is it possible to call the explicit BR during the screen load event of the Screen.

 

Thanks in advance

Hi ​@Damodaran 

Assuming this is FSM6 Webclient, you can try using executePerform

 

Cheers!


Hi ​@Shneor Cheshin, I tried this one its working. but i want the same function in the smart client. is there a way or some other function utilize same feature in smart client?


Hi ​@Damodaran 

As far as I know, there is no such function for the Smart client.

As a workaround, I would recommend that you update a record with the client script and that will trigger the BR.

Cheers!


@Shneor Cheshin , What function we can use for update record on smart client? My scenario I am using the Person screen. where I need to update the person_login_history.user_def2 = ‘Y’? I have already used functions like UpdateRow() which is used for webclient. but that didn’t work. any other options?


@Damodaran 

Sorry, I am not that familiar with smart client methods.

You can try addToDataTransaction and saveDataTransaction.

Cheers!


@Shneor Cheshin I tried with addToDataTransaction and saveDataTransaction. but it didn’t help with Smart client.

Thanks ​@Shneor Cheshin 

Let me try with any other options available or not


Reply