Question
Bank of America
US
Last activity: 26 Jan 2022 8:13 EST
User defined XML
Would like information on How to let a RDA User create a XML Configuration File that the RDA Process will use within a Global Script element on processing an Excel Document Business Rules. We have a process that reads an Excel workbook that has several Worksheets that can be added to the Workbook and would like to provide a Custom UI for the EndUser to enter in Data about the New Sheet so that the Script knows the Business Rules that get applied to the Script Logic via XML instead of a Database. This would be a Custom UI that works like using a StartmyDay Custom Configuration.
Sample for the Custom XML Elements:
<FC_AUTOMATION_CONFIG> <ID>6</ID> <Sheet_Name>CSR</Sheet_Name> <Person_Field>Employee Id</Person_Field> <Name_Field>Name_Candidate Name</Name_Field> <Mail_Field>Location - Proposed</Mail_Field> <NB_Field>Standard ID</NB_Field> <Email_Field>Email Address</Email_Field> <OU_Default>OU=Rep,OU=##,OU=Center,OU=Accounts,OU=BCS</OU_Default> </FC_AUTOMATION_CONFIG>