Build Entity Form Url

前端 未结 1 1149
温柔的废话
温柔的废话 2020-12-15 13:58

a Microsoft CRM 2011 question. Given the following parameters:

  • An entity schema name (i.e. opportunity, new_customentity)
  • An entity guid
  • A CR
相关标签:
1条回答
  • 2020-12-15 14:33

    According to MSDN, the format would be:

    http://myhost.com/ORGNAME/main.aspx?etn={ENTITYNAME}&pagetype=entityrecord&id={ENTITYGUID}
    

    Replace {ENTITYNAME} and {ENTITYGUID} with your values.

    0 讨论(0)
提交回复
热议问题