Modern request properties and columns on PersonWantsOrg table

We are using modern request properties on some products as we want to leverage some of the new functionality (e.g. validation scripts).

The behaviour we have noted with these is that:

1. New request properties shown in a pop out as the item is added to the shopping cart, at this point only new parameters are requested.

2. Prior to submission, if a user were to click the 'edit' button in the pending requests page they could also set other properties (e.g. ValidFrom and ValidUntil)

3. There appears to be no way to populate columns on PersonWantsOrg using values defined in the new request parameters

We'd like to be able to (at minimum):

1. Request ValidFrom/ValidUntil in modern request parameters and have the values added to their respective PWO tables upon submission OR

2. Enable setting of these columns (ValidFrom, ValidUntil) in the same pop out screen that requests values for the modern request parameters

Is there a way to achieve either 1 or 2 in v9.0 LTS (or later versions)?

Parents
  • I've used this approach

    Create a new Request property (new definition)
    Ex: CustomShoppingCart

    On the parameters tab click Add
    Parameter name = OrderReason
    Parameter type = User prompt
    Display name = Reason
    Mandatory parameter = Yes/No

    On the parameters tab click Add
    Parameter name = ValidUntil
    Parameter type = User prompt
    Display name = Valid until
    Mandatory parameter = Yes/No
    Go to 'Value definition' tab and set Date type = Date

    Same for ValidFrom

Reply
  • I've used this approach

    Create a new Request property (new definition)
    Ex: CustomShoppingCart

    On the parameters tab click Add
    Parameter name = OrderReason
    Parameter type = User prompt
    Display name = Reason
    Mandatory parameter = Yes/No

    On the parameters tab click Add
    Parameter name = ValidUntil
    Parameter type = User prompt
    Display name = Valid until
    Mandatory parameter = Yes/No
    Go to 'Value definition' tab and set Date type = Date

    Same for ValidFrom

Children
No Data