Setup and Implementation of Campaign
export const CampaignConfig = (totalFormData, dataParams) => {
return [
{
form: [
{
stepCount: "1",
key: "1",
name: "HCM_CAMPAIGN_TYPE",
body: [
{
isMandatory: false,
key: "projectType",
type: "component",
skipAPICall: true,
component: "CampaignSelection",
withoutLabel: true,
disable: false,
customProps: {
module: "HCM",
sessionData: totalFormData,
},
populators: {
name: "projectType",
},
},
],
},
``````