Doug Creighton
12/11/2024, 3:45 PMJakub Sterba
12/11/2024, 3:52 PMDoug Creighton
12/11/2024, 4:30 PMMichael Ullock
12/11/2024, 6:04 PM<http://lineitem.ls|lineitem.ls>__customer_id__url
and <http://lineitem.ls|lineitem.ls>__supplier_id__url
will be transformed into lineitem.url
.
While an LDM with duplicate label IDs can be generated, publishing this LDM will fail.
To avoid this situation, make sure that the base label names distinguish from each other, for example:
• Use <http://lineitem.ls|lineitem.ls>__customer_id__customer_url
instead of <http://lineitem.ls|lineitem.ls>__customer_id__url
so that the label ID is generated as lineitem.customer_url
.
• Use <http://lineitem.ls|lineitem.ls>__supplier_id__supplier_url
instead of <http://lineitem.ls|lineitem.ls>__supplier_id__url
so that the label ID is generated as lineitem.supplier_url
.Jakub Sterba
12/11/2024, 6:16 PMDoug Creighton
12/11/2024, 7:04 PMDoug Creighton
12/11/2024, 7:09 PM<http://lineitem.ls|lineitem.ls>__supplier_id__url
will be transformed into lineitem.url
.?
Is it because you have __ before the url. We never do that.
However, I do understand your point the better solution would be to create a duplicate grr__tenant_user, grr__tenant_sub_program_. Also I think we didn't put that second __ there for existing grr (not sure what the difference might be)Doug Creighton
12/11/2024, 7:32 PMJakub Sterba
12/11/2024, 7:40 PMDoug Creighton
12/11/2024, 7:49 PMJakub Sterba
12/11/2024, 7:50 PMDoug Creighton
12/12/2024, 5:43 PMJakub Sterba
12/12/2024, 10:23 PMJakub Sterba
12/12/2024, 10:23 PMDoug Creighton
01/02/2025, 3:31 PM