Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a code for Section Access wich is working good, but I want to use a unique Composite Key but I dont know really how I have to use a unique Composite key...
Have you got an idea please ?
There is nothing special about a composite KEY. It's only called a Composite Key because it means you have concatenated field values together like:
Load
FieldA,
FieldB,
FieldC,
FieldA & '_' & FieldB & '_' FieldC as ConcatenatedFieldName
You would then ensure that your Section Access is configured appropriately with the combined values like
3938_ABC_71H