{ { requestTypeId: { description: "Request Type Unique Identifier", type: "integer", questionSet: "global", required: true, typedesc: "Text" }, automationId: { description: "Automat Recipe or Campaign Builder Id", type: "string", questionSet: "global", required: true, typedesc: "Text" }, status: { description: "Automation Source", type: "integer", questionSet: "global", enum: { 157, 158, 159, 160, 161, 162, 163 }, enumLabels: { "Automat", "Crossroads", "Member Web", "Public Directory", "Member App", "Provider Portal", "Faxblast" }, typedesc: "Single-Select" }, subStatus: { description: "Reported On Date / Time (format: YYYY-mm-DDTHH:MM:SS)", type: "string", questionSet: "global", typedesc: "Date and Time" }, contactPhoneNumber: { description: "Contact Phone Number", type: "string", questionSet: "global", typedesc: "Text" }, contactEmail: { description: "Contact Email", type: "string", questionSet: "global", typedesc: "Text" }, dctLink: { description: "DCT Link", type: "string", questionSet: "global", typedesc: "Text" }, insuranceMarket: { description: "Insurance Market", type: "string", questionSet: "global", enum: { "Individual", "Medicare Advantage", "Self Insured", "Small Group" }, enumLabels: { "Individual", "Medicare Advantage", "Self Insured", "Small Group" }, typedesc: "Single-Select" } }}
Discussion posts and replies are publicly visible
a!localVariables( local!keys: a!keys(ri!data[1]), a!forEach( items: remove( { local!keys }, wherecontains({ "status", "subStatus" }, local!keys) ), expression: index(ri!data[1], fv!item, {}) ))