Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

Eligibility Tab Missing in Offer Category

Avatar

Level 4

Hi,

After creating offer category in Offers- Design environment, Eligibility tab is not coming.

OfferCategory.PNG

Also I have created offer template inside the offer category but Submit Content button is coming on offer dashboard instead of Approval Content.

OfferTemplate.png

Please let me know how to solve this issue.

Regards,

Tejashri

11 Replies

Avatar

Level 5

Check if you've  Administrator access.

In the other hand, you can also check if interaction package is installed.

1845125_pastedImage_0.png

Thanks

Avatar

Level 4

Yes I have Administrator access and interaction package is already installed.

Regards,

Tejashri

Avatar

Level 5

Click on the 'Offers' tab instead of Category and check what you're getting.

Should be like following:

1845126_pastedImage_0.png

And this should be in design environment. Not live env.

Avatar

Level 4

Offer tab in design environment looks as-

Offer.png

Regards,
Tejashri

Avatar

Level 5

Hi,

Since you've created offer already, that should be visible in the offer tab above. Try to create a new offer  in the offer tab of the design environment. Then see if that helps.

Avatar

Level 4

Tried the above case still Eligibility tab not coming.

Regards,

Tejashri

Avatar

Community Advisor

Hi,

Do you have administration rights?

If yes, please check nms:OfferCategory form. Are you able to see 'Eligibility' tab in preview tab.

1845419_pastedImage_0.png

Thanks.

Avatar

Level 4

Checked nms:OfferCategory form, in preview tab Eliglibility tab is disable.

What can I do to enable this tab/functionality?

Regards,

Tejashri

Avatar

Community Advisor

Hi,

Can you share your nms:offerCategory form, I would like to see what is written for container - 'Eligibility'.

1845819_pastedImage_0.png

Thanks.

Avatar

Level 4

Eligibility code missing in nms:offerCategory.

Please send me correct code.

Regards,

Tejashri

Avatar

Community Advisor

Hi,

PFB xml container for 'Eligibility' tab:

<container applicableIf="HasPackage('nms:interaction')" colcount="2" img="nms:rcpgroup.png"

             label="Eligibility" name="constraints">

    <input xpath="@active"/>

    <static label="Disabling a category disables all its offers and child category offers."

            type="help"/>

    <static colspan="2" img="nms:week.png" label="Default eligibility dates" type="separator"/>

    <input xpath="@startDate"/>

    <input xpath="@endDate"/>

    <static colspan="2" label="Application themes (propagated to the child categories)"

            type="separator"/>

    <input colspan="2" xpath="@offerThemes"/>

    <static colspan="2" label=" " nolabel="false" type="help">List of themes separated by commas</static>

    <static colspan="2" label="Default categories" type="separator"/>

    <input colspan="2" label="Always include this category in the recommendations"

           xpath="@alwaysEligible"/>

    <static colspan="2" label="Multiplier factor applicable to offer weights in this category"

            type="separator"/>

    <container colcount="2" colspan="2">

      <input xpath="@weight"/>

      <input xpath="@weightStartDate"/>

      <static/>

      <input xpath="@weightEndDate"/>

    </container>

    <static colspan="2" label="Offer Bundles" type="separator"/>

    <input xpath="@bundleActivation"/>

    <static/>

    <input colspan="2" label="Edit query..." prebuildSubForm="false" type="subFormLink"

           xpath="filter">

      <form label="Select targeting filtering conditions" type="wizard">

        <container desc="Select a target restriction filter." firstActivatedIf="NodeCount(where) == 0"

                   name="filter" title="Select the population">

          <container name="filterList">

            <static label="List of restriction filters" type="separator"/>

            <input dblClickAction="wizNext" img="xtk:filter.png" noEditCollection="true"

                   noToolbar="true" nolabel="true" type="filterList" xpath="/tmp/filterList"

                   xpathFilter="/ignored/@filterName" xpathSchema="@schema" xpathWhere="where"/>

          </container>

        </container>

        <container desc="Specify the filtering conditions used to select the records"

                   enabledButtonLabelIf="[/ignored/@currentFilterStack] == true"

                   img="nms:pictoprofile.png" name="targetPage" nextButtonLabel="Refine the target&gt;"

                   nextPage="filter" title="Population item">

          <container name="targetPageFocus" style="flat" type="notebook">

            <container label="Criteria">

              <static label="Filter settings" type="separator"/>

              <input type="filterView" xpath="." xpathFilter="/ignored/@filterName"

                     xpathQueryLabel="humanCond" xpathSchema="@schema"/>

            </container>

            <container label="Preview">

              <static label="The preview only takes into account the rules specified in this window. It does not take rules defined elsewhere into account (parent categories, start or end dates, etc.)."

                      type="warning"/>

              <input hideEditButtons="true" name="targetPreviewQuery" noToolbar="true"

                     nolabel="true" type="filterPreviewList" xpath="/ignored/previewList"

                     xpathSchema="@schema" xpathTargetPart="."/>

            </container>

          </container>

          <leave>

            <set value="1" xpath="/ignored/@addFilter"/>

            <set value="" xpath="/ignored/@filterName"/>

          </leave>

        </container>

      </form>

    </input>

    <input colspan="2" fontBold="true" noBorder="true" nolabel="true" readOnly="true"

           xpath="filter/humanCond"/>

  </container>

Thanks.