随笔分类 -  CRM学习

第一次使用CRM开发,记录开发过程中遇见到些许问题
摘要:function Copy() { //step 1 查询当前信息 var new_code = Xrm.Page.getAttribute("new_code").getValue();//促销编号 var new_name = Xrm.Page.getAttribute("new_name").getValue();//促销名称 var new_ruletypecode = Xr... 阅读全文
posted @ 2016-05-18 09:40 hambywu 阅读(490) 评论(0) 推荐(0)