locked
Generate url for new case for specified GUID? RRS feed

  • Question

  • Hi there, I am trying to generate a url to create a new case passing through the known customerid GUID.

    Something like this but can't quite get the syntax correct. Please can anyone correct this and advise?

    https://crm.domain/orgname/main.aspx/main.aspx?etn=incident&pagetype=entityrecord&extraqs=customerid%3d%7bCC7EB67F-D63C-E311-8982-005056990038%7d

    Thanks

    Neal

    Wednesday, February 5, 2014 5:36 PM

Answers

All replies

  • Hi give this a try.

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

    Wednesday, February 5, 2014 5:41 PM
  • Wednesday, February 5, 2014 5:42 PM
    Moderator
  • Thanks tiagolvsantosbut that came back as record is unavailable.

    I downloaded and imported the form query string parameter tool and generated a url which works great. I needed to add the customeridname and customeridtype for this to work correctly as below.

    https://crm.domain/orgname/main.aspx?etn=incident&pagetype=entityrecord&extraqs=customerid%3D%7Bcc7eb67f-d63c-e311-8982-005056990038%7D%26customeridname%3DJoe%20Bloggs%26customeridtype%3Daccount

    This tool is excellent, much recommended.

    Thanks guys :)

    Wednesday, February 5, 2014 6:13 PM