Siebel Business Process & Functionality (MOSC)

MOSC Banner

How to enable Activity reassignment button in CRM Desktop

edited Apr 18, 2019 6:43PM in Siebel Business Process & Functionality (MOSC) 1 commentAnswered ✓

I have modified below code

if (ctx.form.ActionToEmployee != null)

{

// Employee MVG

register_mvg_dialog(ctx, "Employee", "ActionToEmployee", "btn_mvgEmployee", { "use_autocomplete_list": true });//C9925345

ctx.form.btn_mvgEmployee.enabled = true; //C9925345

}

}

Here I have set autocomplete to true and and also the button enabled is true.Anything else I need to check ?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center