Hi, I want to import write access to Lists.
I have this type of table.
Users | Customer |
a | xxx1,xxx2 |
b | xxx2,xxx3 |
But the List item is shown by #1,#2 in User setting.
How can I import to List?
And I want to set the write access to combination List.
Now if I set this write access.
Users | Customer | Product |
a | xxx1,xxx2 | yyy1 |
b | xxx2 | yyy2,yyy3 |
I want to set write access to combination list automaticaly.
Users | Customer-Product |
a | xxx1-yyy1,xxx2-yyy1 |
b | xxx2-yyy2,xxx2-yyy3 |
Do you have any idea?