Landmark equivalent of FILEFLD

 4 Replies
 1 Subscribed to this topic
 45 Subscribed to this forum
Sort:
Author
Messages
Joseph Van Denburg
Basic Member Send Private Message
Posts: 8
Basic Member

Landmark multitenant: How would I find all the hr Business Classes that contain the field 'Employee'?

For example, in S3 on prem I would look in: LSF9_GEN.FILEFLD

Kwane McNeal
Veteran Member Send Private Message
Posts: 479
Veteran Member
The business class definitions aren’t in a data repository like S3. The only place I’m they are is in the LPL, as far as I’m aware. As such, you’ll need to dump the dictionary. There was a tool like S3’s dmpdict, but I’d have to check v11. This is why you don’t have tables like PRODLINE, SYSTEM, ELEMENT, etc in Landmark’s GEN.
Kwane McNeal
Veteran Member Send Private Message
Posts: 479
Veteran Member
I had retrofitted a tool of mine from S3 to read the dictionaries for Landmark v9-10, but I hadn’t checked it for V11 yet, since the dictionary structures and build processes changed a bit
Joseph Van Denburg
Basic Member Send Private Message
Posts: 8
Basic Member

Thank you for the responses.  I was poking around with Spreadsheet Designer and found the business class called "BusinessField" which might give me what I'm looking for.

Kwane McNeal
Veteran Member Send Private Message
Posts: 479
Veteran Member
That could work for the LPL side of it. I never did figure out how to connect the LPL def, to the specific DB fields, since every LPL field has multiple DB field components. Let me know what you find