03 2023 档案

摘要:1.Compose 组件: code 如下: @{outputs('get_Web_Role2')?['body/value'][0]?['@odata.id']} 2.Relate Rows组件:关联数据 3.解除数据关联: 阅读全文
posted @ 2023-03-23 13:43 昵称贼子 阅读(40) 评论(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)