Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

'PropertySet.PropertyExists' in Siebel eScript gives error

Hi Gurus,

We have business Service code which uses the method: 'PropertySet.PropertyExists'

sample code:

var sBAItems = TheApplication().NewPropertSet();

//Query on Line Items BC and get its billing account id

sBillingAccountId = GetFieldValue("Billing Account Id");

sBillingStatus = GetFieldValue("Billing Account Sub Status");

if(!sBAItems.PropertyExists(sBillingAccountId))

{

sOrder = TheApplication().InvokeMethod("LOV_Type", "sBillingStatus ");

sBAItems.SetProperty(sBillingAccountId, sOrder );

}


if(!sBAItems.PropertyExists(sBillingAccountId)) - gives an error stating: SBL-SCR-00147: The #1 argument passed to method 'PropertySet.PropertyExists' was invalid. A String was expected.


Could you please suggest on fixing it; it was working piece for quite long time and suddenly gives this error.


Thanks & Regards,

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