Forum Post: Re: Perform Page Reload After Record Is Saved - New Ui

  • Thread starter Thread starter Thierry Ciot
  • Start date Start date
Status
Not open for further replies.
T

Thierry Ciot

Guest
Iram, Small correction: do not use hardcoded value 2. Please use rb.newui.PAGE_TYPES.EDIT It will provide better portability across versions. Thanks, Thierry. The full list of page types is: rb.newui.PAGE_TYPES = { GENERIC : 0, VIEW : 1, EDIT : 2, NEW : 3, SEARCH : 4, SEARCH_RESULTS : 5, STATUS : 6, SELECTOR : 7, EMAIL_SELECTOR : 8,// Used as substitution to TYPE_SELECTOR TREE_SELECTOR : 9, IMPORT : 10, TEMPLATES : 12, REP_LIST : 13, REPORT : 14, LOGIN : 16, MASS_UPDATE : 17, NEW_QUICK : 18, CUSTOM_PAGE : 19, WEB_LINK : 20, QUESTIONS : 21, LIST : 22,// List of records SURVEY : 23,// Take survey EMBED_QC : 24, R_BIN_VIEW : 25 };

Continue reading...
 
Status
Not open for further replies.
Back
Top