Sample - Operation on BC
摘要: Normal 0 7.8 pt 0 2 false false false MicrosoftInternetExplorer4 with(bcAvayaAct) { ClearToQuery(); ActivateField("Billable Flag"); bcActPlanAct.SetViewMode(AllView); bcActPlanAct.ExecuteQuery(Forward...
阅读全文
Sample - Invoke Business Service
摘要: var custTimeZone = ""; var Input = TheApplication().NewPropertySet(); var Output = TheApplication().NewPropertySet(); var bs; custTimeZone = this.GetFieldValue("Service Address Timezone"); bs = TheApp...
阅读全文
SOAP Header for Siebel webservice
摘要: <soapenv:Header xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nss="http://siebel.com/webservices"> <nss:UsernameToken>username</nss:UsernameToken> <nss:PasswordText>p...
阅读全文