摘要:
1. SetFieldValue设置时间,SetFieldValue("FieldName","MM/DD/YYYY HH24:MI:SS");2.substringvar newSearchStr = SearchStr.substr(0,SearchStr.length-4);SearchStr... 阅读全文
摘要:
Pre events should only be used for data validation, not manipulation.such as PreSetFieldValue, PreDeleteRecord and PreWriteRecordfunction BusComp_PreW... 阅读全文
摘要:
1.Code in PreGetFieldValue, PreSetFieldValue, SetFieldValue, PreCanInvokeMethod, PreInvokeMethod and InvokeMethod event handlers has been placed outsi... 阅读全文
摘要:
Scripts presume the existence of a child property set. For example see the following code snippetfunction CheckAndImport(){. . . . .bsAdapter.InvokeM... 阅读全文
摘要:
DeleteRecord implicitly moves the record pointer to the next record in the record set. If a call to NextRecord is made after a call to DeleteRecord th... 阅读全文
摘要:
BS脚本:function ExecuteOraclePrc(objectId,preferenceName){ try { var outMsgs = ""; var preference = GetPreference(preferenceName); ... 阅读全文
摘要:
WebService调用EAI Siebel Adapter Upsert方法,传进来的不是siebel message 而是XMLvar bsEAI = TheApplication().GetService("EAI Siebel Adapter");var psInSet = TheAppli... 阅读全文
摘要:
EAI XML Converter一般都会和EAI Siebel Adapter联合一起用,代码中主要是使用IntObjHierToXMLDoc方法,可以做借鉴。后期如果整理出其他方法会持续更新var bsQuoteMsg = TheApplication().GetService("EAI Sie... 阅读全文