Unable execute Business Service Method using service retrieved by SiebelApp.S_App.GetService("BS Nam
Dear Fellow Siebel Experts,
We have some custom requirements where data retrieved from property set is being displayed in Tiles. For this we have written a custom BS and is registered in client user property at Application level.
Problem is when we retrieve the business service using SiebelApp.S_App.GetService, execute method call it is not working, but when we retrieve service using theApplication().GetService the output is returned.
Can you please help us with this, we have observed similar issues across many places but as a work around proceeded with using theApplication call instead of SiebelApp.S_App.