Skip to main content
Question

allow multiselect in IFS cloud

  • October 14, 2024
  • 2 replies
  • 127 views

RakeshChangeshpur
Sidekick (Partner)
Forum|alt.badge.img+10

Hi All,

 

I am trying to add a lov field and enabling the multiselect in projection but the values doesnt get saved to database

Do you have any reference/suggestions/documentation on how to achieve the above requirement?

 

FYI - projection code is :

 attribute CDays Enumeration(FndWeekDay) {
      multiselect = [true];

 

This displays the list with the checkbox prefixed but unable to save values in the database 

2 replies

RakeshChangeshpur
Sidekick (Partner)
Forum|alt.badge.img+10

solution found for the above issue 

Entity code:

attributes {

   public       CDays ENUMERATION(FndWeekDay)/LIST A-IUL {

      DbTableColumnDeclareType "VARCHAR2(200)";

   }

}

 


Forum|alt.badge.img+6
  • Sidekick (Customer)
  • 12 replies
  • March 31, 2025
RakeshChangeshpur wrote:

solution found for the above issue 

Entity code:

attributes {

   public       CDays ENUMERATION(FndWeekDay)/LIST A-IUL {

      DbTableColumnDeclareType "VARCHAR2(200)";

   }

}

 

This works :)


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings