This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multi select Foreign key in Request property

Hi,

I am to have system roles UID to be available for selection in front end while requesting a product. I am able to make it multi selectable by using component "MultiFKCombo" from Web Designer but when I am trying to select multiple system roles from front end, it is throwing error as length of the column is 38. What is the best approach to achieve this?

Parents
  • Hi,

    AFAIK there is no way to do this using request properties alone. 

    I suspect you are seeing this error because your backend column is declared as a UID which has a limit of 38 chars but by multieselecting you are going over that limit

Reply
  • Hi,

    AFAIK there is no way to do this using request properties alone. 

    I suspect you are seeing this error because your backend column is declared as a UID which has a limit of 38 chars but by multieselecting you are going over that limit

Children