Version: 19
Within iEBMS SOP it is possible to create custom navigation options other than the standard list of links. Custom form navigation links need to be added to the structure of page 2 and page 3 of the associated SOP configuration. There are many different ways of building menu structures, one of which is to utilize unordered lists and css. If providing custom form navigation it is also recommended to uncheck the “Show Order Form List” option in the associated SOP configuration. Page 2 and page 3 have different mechanisms of linking to forms, examples are provided below (both of which would link to page 2). Limitations of this approach are that the form links are not dynamically created and would need to be maintained, also there is no update available as to whether a form has been ordered from.
Page 2:
<a href="javascript:void(0)" onclick="MoveToP3OrP6OrP2('P2','02');return false; >Catering</a>
Page 3:
<a href="sop_p2_form.aspx?SessionID=@SESSIONID&OrderForm=02" >Catering</a>
Comments
0 comments
Please sign in to leave a comment.