sonij

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-08-10
12:27
386 views
Facing problem in clicking pick applet with object type SblOUIAdvancedEdit and SblOUIComboBox
I am using Siebel open UI wed addin and developing our script.
We have to work with SblOUIAdvancedEdit and SblOUIComboBox for our script.
We are able to get SblOUIAdvancedEdit object in Siebel page(This edit box is in a webtable). But we are not able to open the pickapplet from of this editbox.
SblOUIAdvancedEdit.click is just clicking on the edit box, but the applet is not opening
Can you please help me how to achieve this?
2 Replies
AnuragMishra

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-08-11
11:11
Hi,
I have also faced this proble in recent past and found the solution.
Try using SblOUIAdvancedEdit.internalOpen
Regards,
Anurag Mishra
sonij

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-08-17
06:19
Thanks Anurag. Internalopen is working for me too