Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For the record I agree with Matt.</p> <blockquote> <p>I don't like the redirect OnLoad() method, but the alternative to grep/sed all places where the default edit.aspx url could pop up (in the CRM aspxs) sounds even worse. Is there a third option?</p> </blockquote> <p>Couldn't you just have javascript onload for just your entity which does a redirect. Your object type code is subject to change across installs so it really keeps you from having to modify the edit.aspx at all.</p> <blockquote> <p>Should I write the aspx website from scratch, or should I try to tie this in with the default CrudForm? If the latter, can you offer some advice on how to go about this; such customizations seem to be far from standard and are not well-written about ;)</p> </blockquote> <p>I would write your website from scratch. Too much to worry about in the context of the CRM form for a complicated business process.</p> <blockquote> <p>Is there a better way to approach this use case? Maybe I missed some basic insight in how I could use the standard CRM features to fix this. (at first glance, the default Workflows are not really an option-> I originally worked it out like this, creating tasks and using public queues for every step of the process, but from a user's perspective this is a real mess -> hard to get a grip where exactly in the referral process we are)</p> </blockquote> <p>Like Matt and you say, create your own set of web pages. You're not going to be subject to upgrade problems and it'll likely be easier to do than trying to hack your polish into CRM's forms. Creating your own ASPX will be standard and supported while modifying theirs won't yield you much help in any troubles you come across. </p> <p>Hope I didn't mis-understand anything.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload