Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     sc_cat_item: {
  3.         name: 'New Hardware Approval Request',
  4.         short_description: 'New Hardware Approval Request',
  5.         description: 'This request is to be raised by IT Provisioning when notified that a standard piece of hardware from the catalog has ended its life cycle and we need to get sign-off of an alternative by Client Engineering. Please Note: A Transition Document must be attached to this request before it can be submitted.',
  6.         omit_price: true
  7.     },
  8.  
  9.     variables: [
  10.         {
  11.             name: 'replace',
  12.             question: 'What hardware is being replaced?',
  13.             order: 100,
  14.             type: 'Wide Single Line Text'
  15.         },
  16.  
  17.         {
  18.             name: 'make_model',
  19.             question: 'Proposed replacement:',
  20.             order: 150,
  21.             type: 'Wide Single Line Text'
  22.         },
  23.  
  24.         {
  25.             name: 'justification',
  26.             question: 'Justification:',
  27.             order: 200,
  28.             type: 'Multi Line Text'
  29.         },
  30.  
  31.         {
  32.             name: 'attach',
  33.             question: 'Transition document attached:',
  34.             order: 400,
  35.             type: 'Yes/No'
  36.         },
  37.  
  38.         {
  39.             name: 'var_eval',
  40.             question: 'Eval is required',
  41.             order: 500,
  42.             type: 'CheckBox'
  43.         }
  44.     ],
  45.    
  46.     ui_policies: '1 UI policy - hide var_eval at all times'
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement