03-09-2021, 03:16 AM
Hi Max,
Are you using the MultiSelectWdg in a standard column edit or are you using it in a custom form (CustomLayoutWdg)? Overall I would think that it should be fine to have the data stored in a test column. I tried on my end thinking it was that maybe the action (MultiDatabaseAction) wasn't in place but it seems to be the same behaviour for me in that it only saves the first value selected.
I dug a little deeprer at the MultiDatabaseAction in the code and the description says:
'''Stores the value in the database as a || separated list. There is also a || at the beginning and end so that the full string can be searched up.'''
So technically it should be saving as "value1||value2" so not sure why it doesn't seem to work at the moment. I am testing on Tactic 4.8 for reference sake.
Have a great night!
-Dan
Are you using the MultiSelectWdg in a standard column edit or are you using it in a custom form (CustomLayoutWdg)? Overall I would think that it should be fine to have the data stored in a test column. I tried on my end thinking it was that maybe the action (MultiDatabaseAction) wasn't in place but it seems to be the same behaviour for me in that it only saves the first value selected.
I dug a little deeprer at the MultiDatabaseAction in the code and the description says:
'''Stores the value in the database as a || separated list. There is also a || at the beginning and end so that the full string can be searched up.'''
So technically it should be saving as "value1||value2" so not sure why it doesn't seem to work at the moment. I am testing on Tactic 4.8 for reference sake.
Have a great night!
-Dan