Hey everyone!
I have just started playing around with CRM 2011 and wanted to add a button to the ribbon which creates a new instance of a custom entity I created.
However I can't figure out what URL I need to use. In CRM 4 it was /userdefined/edit.aspx?etc=10001 to create a new instance of the first custom entity (not 100% sure). Can anyone please tell me the equivalent of this URL for CRM 2011?
Furthermore I tried adding another URL to the sitemap but I couldn't upload my solution because of the = in the URL. I tried encoding it using %3D but that didn't work either. Any idea what I could try?