摘要: 1. SetFieldValue设置时间,SetFieldValue("FieldName","MM/DD/YYYY HH24:MI:SS");2.substringvar newSearchStr = SearchStr.substr(0,SearchStr.length-4);SearchStr... 阅读全文
posted @ 2015-03-03 19:58 Flamo 阅读(221) 评论(0) 推荐(0) 编辑
摘要: Pre events should only be used for data validation, not manipulation.such as PreSetFieldValue, PreDeleteRecord and PreWriteRecordfunction BusComp_PreW... 阅读全文
posted @ 2014-09-17 17:48 Flamo 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 1.Code in PreGetFieldValue, PreSetFieldValue, SetFieldValue, PreCanInvokeMethod, PreInvokeMethod and InvokeMethod event handlers has been placed outsi... 阅读全文
posted @ 2014-09-17 17:31 Flamo 阅读(627) 评论(0) 推荐(0) 编辑
摘要: Scripts presume the existence of a child property set. For example see the following code snippetfunction CheckAndImport(){. . . . .bsAdapter.InvokeM... 阅读全文
posted @ 2014-09-17 17:19 Flamo 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 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... 阅读全文
posted @ 2014-09-17 17:16 Flamo 阅读(647) 评论(0) 推荐(0) 编辑
摘要: BS脚本:function ExecuteOraclePrc(objectId,preferenceName){ try { var outMsgs = ""; var preference = GetPreference(preferenceName); ... 阅读全文
posted @ 2014-09-16 18:10 Flamo 阅读(467) 评论(0) 推荐(0) 编辑
摘要: WebService调用EAI Siebel Adapter Upsert方法,传进来的不是siebel message 而是XMLvar bsEAI = TheApplication().GetService("EAI Siebel Adapter");var psInSet = TheAppli... 阅读全文
posted @ 2014-09-11 16:23 Flamo 阅读(635) 评论(0) 推荐(0) 编辑
摘要: EAI XML Converter一般都会和EAI Siebel Adapter联合一起用,代码中主要是使用IntObjHierToXMLDoc方法,可以做借鉴。后期如果整理出其他方法会持续更新var bsQuoteMsg = TheApplication().GetService("EAI Sie... 阅读全文
posted @ 2014-09-03 18:00 Flamo 阅读(642) 评论(0) 推荐(0) 编辑