Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. openForm('Reception/available_cablabs', {
  2. vars: {
  3. ServiceType : getValue('ctrlRECORD_TYPE'),
  4. ServiceID : getValue('ctrlSERVICE'),
  5. ParamRegMain : getValue('ctrlRECORD_TYPE'),
  6. DIR_REG_TYPE : 2, //getValue('ctrlREG_TYPE'), ///?
  7. LPU_DS : getVar('LPU_DS'), ///?
  8. DIVISION_ID : getValue('ctrlDivs'), ///?
  9. DEP_ID : getValue('ctrlDept'),
  10. DATE_R : getValue('ctrlREC_DATE'), ///?
  11. ONLY_CL_SERV : false ///?
  12. },
  13. onclose: function (mod) {
  14. if (mod) {
  15. console.log(mod);
  16. Form.AfterSelectOD(mod);
  17. }
  18. }
  19. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement