Product/@Id="*"
randomly generates a new GUID, which is sufficient for product codes. Component/@Guid="*"
calculates a GUID that stays the same as long as your target path stays the same, which is necessary to comply with component rules.
Product/@Id="*"
randomly generates a new GUID, which is sufficient for product codes. Component/@Guid="*"
calculates a GUID that stays the same as long as your target path stays the same, which is necessary to comply with component rules.