Skip to main content
7-Bedrock
March 12, 2026
Solved

BusinessRule IDs and BusinessRuleLink IDs

  • March 12, 2026
  • 1 reply
  • 103 views
I am using Windchill PDMLink Release 12.1 and Datecode with CPS 12.1.2.8

The IDs of a new BusinessRule and BusinessRuleLink are different in the Database than in the LoadFile.
Does the ID in the LoadFile matter, or can it be any given ID? If not, how to maintain an overview over the loaded BusinessRules?
An export from the Database would be convenient, but the IDs aren't matching with the LoadFile. So I'm not sure what is correct.
    Best answer by rhart

    If the loadfile is for new rules, any ID number can be given, IDs are assigned when the rules are created. If an existing rule or set is being referenced then the ID from the database has to be used in the loadfile.

     

    For a new rule you can just give it ID 123 and reference it as ID 123 in the link - within the loadfile.

     

    If the loadfile is to update existing rules the IDs in the loadfile needs match the persist object ID in the database.

    1 reply

    rhart16-PearlAnswer
    16-Pearl
    March 12, 2026

    If the loadfile is for new rules, any ID number can be given, IDs are assigned when the rules are created. If an existing rule or set is being referenced then the ID from the database has to be used in the loadfile.

     

    For a new rule you can just give it ID 123 and reference it as ID 123 in the link - within the loadfile.

     

    If the loadfile is to update existing rules the IDs in the loadfile needs match the persist object ID in the database.