cancel
Showing results for 
Search instead for 
Did you mean: 

BoLinkedObject Enumeration For List of Queue

Former Member
0 Kudos

hi,

i want to know the

BoLinkedObject Enumeration Value For List of Queue in Service Call.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Satish,

If you're looking for the object type for using it in a ChooseFromList then its 194. I don't think it works using it for a Linked Button. I checked it in the BoObjectTypes Enumeration.

Hope this helps,

Ian

Former Member
0 Kudos

hi ian,

thanks for ur reply. its working for me.

Regards,

Sathish

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Satish,

The help files are your friend!

You can easily find these in the SBO Help file. Just go to <i>UI API > Reference > Overview > Enumerations > BoLinkedObject Enumeration</i>

<b>Overview of 'ServiceCall' in BoLinkedObject Enumeration</b>

Member Description Value 
lf_ServiceCall  Service Call object.  191  
lf_ServiceCallSolution  Service Call Solution object.  189  

No queue there, if you can't use above enumerations, it can't be linked by the BoLinkedObject...

Hope it helps,

Rowdy