cancel
Showing results for 
Search instead for 
Did you mean: 

Issue at making custom BO enabled for notification.??

former_member230455
Participant
0 Kudos

Hi All,

businessobject UserRestriction raises Valid_User

{

[AlternativeKey] element UserID : ID;

element UserName : LANGUAGEINDEPENDENT_EXTENDED_Text;

element IsSave : Indicator;

message Valid_User text "Please Enter a valid User";

}

No attribute is coming ?

kindly suggest how to make that bo enabled?

Br,

iqbal

Accepted Solutions (1)

Accepted Solutions (1)

former_member267329
Discoverer
0 Kudos

Try creating a field with the following data type & see if it helps

[Label("Employee")] element Employee : EmployeeID;

Answers (1)

Answers (1)

former_member230455
Participant
0 Kudos

Hi John Jacob,

Thanks for your positive response.

if i use , [Label("Employee")] element Employee : EmployeeID then BO is notification enabled successfully.

But, can you elaborate , what is the basic thing to make any bo enabled for notification.?

Br,

iqbal

former_member267329
Discoverer
0 Kudos

As per the SDK documentation guide it says -

"You can select business object elements of type UUID or EmployeeID, or fields generated by associations"

So I understand it does not permit any other data type in the recipient field.
former_member230455
Participant
0 Kudos

Hi John,

My BO is now enabled for notification in sdk.

When i am trying to create the workflow/notification rule from cloud. BO is not showing.

Please let me know. how to proceed further.

Br,

Iqbal