摘要: function updateProcess(CurrentRecordId,stageId){ 'use strict'; var fetchXml = '<fetch>' + " <entity name='new_approval_process' >" + " <attribute name 阅读全文
posted @ 2023-04-28 09:37 昵称贼子 阅读(55) 评论(0) 推荐(0)
摘要: 参数说明: rb_pleasant_ID 目标实体的recordID entity 需要赋值文件的接受实体; private void copyFileColumnPro(IOrganizationService service,Entity entity,Guid rb_pleasant_ID) 阅读全文
posted @ 2023-04-06 17:30 昵称贼子 阅读(36) 评论(0) 推荐(0)
摘要: 1.Compose 组件: code 如下: @{outputs('get_Web_Role2')?['body/value'][0]?['@odata.id']} 2.Relate Rows组件:关联数据 3.解除数据关联: 阅读全文
posted @ 2023-03-23 13:43 昵称贼子 阅读(39) 评论(0) 推荐(0)
摘要: let file_is_uploaded;let fileMaxSize = 20971520;//20Mvar timer = 0;function myfun(executionContext){ var formContext = executionContext.getFormContext 阅读全文
posted @ 2023-03-17 14:44 昵称贼子 阅读(27) 评论(0) 推荐(0)
摘要: var req = new XMLHttpRequest();req.open("DELETE", Xrm.Page.context.getClientUrl() + "/api/data/v9.1/entityLogicName(“+oneEntityRecordId+”)/relationShi 阅读全文
posted @ 2023-03-08 11:16 昵称贼子 阅读(15) 评论(0) 推荐(0)
摘要: Theming is used to enhance the app user interface, not drastically alter it. theme EntityType (Microsoft.Dynamics.CRM) | Microsoft Learn Change the co 阅读全文
posted @ 2023-03-06 09:43 昵称贼子 阅读(57) 评论(0) 推荐(0)
摘要: How to Remove "+ New" Button from LookupSuggested Answer In your customization xml take the form control and add a parameter node <IsInlineNewEnabled> 阅读全文
posted @ 2023-03-03 11:21 昵称贼子 阅读(21) 评论(0) 推荐(0)