# DCcust.cfg: Collects Customer-Specific Information # $Id: DCcust.cfg,v 1.3 2013/10/30 07:18:46 RDA Exp $ # ARCS: $Header: /home/cvs/cvs/RDA_8/src/scripting/lib/collect/RDA/DCcust.cfg,v 1.3 2013/10/30 07:18:46 RDA Exp $ # # Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. # # Change history # 20130430 MSC Change profile properties. ############################################################################### # Collect the customer specific setup information ############################################################################### #------------------------------------------------------------------------------ # Module definition #------------------------------------------------------------------------------ col=0 dsc='Collects Customer-Specific Information' pre=RDA:DCbegin rpt=T_COMPANY,T_CONTACT,T_EMAIL,T_COMMENT,T_SR var=not_used # Flow:T_COMPANY,T_CONTACT,T_EMAIL,T_COMMENT,T_SR exe=sdcl { "if or(${T_COMPANY/E},${PRF.B_TESTS}) " var @{AUX.var} = ('T_COMPANY','T_CONTACT','T_EMAIL','T_COMMENT','T_SR') } #------------------------------------------------------------------------------ # Setting definitions #------------------------------------------------------------------------------ [not_used] typ=B dft=false dsc='Are the customer specific information captured by the profile?' nam=- [T_COMPANY] typ=T dsc='Company name' err='Specify a company name' inp='Enter the company name' ref='\S' val=E [T_CONTACT] typ=T dsc='Contact person' err='Specify a contact person' inp='Indicate the contact person' ref='\S' val=E [T_EMAIL] typ=T dsc='Contact email address' err='Specify an email address' inp='Enter the contact email address' ref='\S' val=E [T_COMMENT] typ=T clr='-' dsc='Collection comment' inp='Enter any collection explanation' [T_SR] typ=T clr='-' dsc='Service Request' err='Invalid Service Request number' inp="Enter the Service Request number when applicable or a dash (${AUX.clr}) \ otherwise" ref='^[\d\-\.]*$' val=E