Cancel button calling &Cancel method. (caption code)

Hello,

When i am progressing my custom entity to another stage within my workflow another page is displayed containing fields for amendment. (which is fine)

This screen contains 3 buttons called 'Save', 'Cancel' and 'Help'.

When the cancel button is clicked it will redirect a user to 'Summary' custom asp page. -> here is the link : http://crm.eirtechaviation.ie/crm/CustomPages/Summary?proj_ProjectID=160&SID=133673294835261&F=Summary&J=Summary&Key0=58&Key27=10188&Key37=160&Key50=293&Key58=160

How can i change this behaviour?

I was looking for 'Summary' caption in translation section but i coudn't find anything related to Project entity. - maybe it has a completely unrelated caption family.

Any suggestions are welcome. Thank you.

  • 0

    Hi Michal,

    My developers also keep on getting similar issues and sometimes they are very tricky. This is probably an issue with the parameters getting passed (J=Jump and F=Forward parameters). Here is what you can try.

    1. You must be having List page for your custom entity “Project”. There a method must have been called to redirect to summary page when hyperlink is clicked. In this method try to send the F and J parameters hardcoded as your summary page method.
    2. Make sure List object has Previous URL properly set.

    Problem is, variables are getting set wrongly while moving from List page to summary page of custom entity and same carries forward to workflow screens.

    Regards,

    Dinesh