Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当按下“请求报价”时,我希望将文本框中的所有信息发送到 Dynamics 365,并创建潜在客户实体并填写所有信息。
对于其他数据源,我们通常使用SubmitForm. 但是对于 CDS,我们必须使用PATCH函数。
SubmitForm
PATCH
阅读更多
Patch( "CDSEntityDataSource", Defaults(CDSEntityDataSource), { Column1:DataCardValue1.Text, Column2:DataCardValue2.Text, ... } )