简体   繁体   中英

In CRM 2011, how to retrieve a Dialog guid by name using javascript?

We have Dynamics CRM 2011, rollup 16, on premises.

From javascript executing from a Contact form, I need to find the Guid of a Dialog by its name . I then launch that Dialog programmatically. My code works fine if I hardcode Guid, but now I want to generalize it so I don't have to worry which server I'm on, or which Dialog I need.

What are my choices, and what do you recommend and why?

Thank you.

我相信最好的方法是建立OData查询以按名称从Workflow实体(也存在对话框)获取记录。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM