Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
WCrihfield
in reply to: Toddy1369

Hi @Toddy1369.  This has been a thorn in our sides for a while now.  You have to really dig down deep to get to that data.  It will be quicker & simpler to just show you a simple example that you can look at in your own iLogic Rule Editor environment, to follow how to get there.

Dim oPListRow As PartsListRow = (however you are setting its value)
Dim oDBOMRow As DrawingBOMRow = oPListRow.ReferencedRows.Item(1)
Dim oRowDoc As Document = oDBOMRow.BOMRow.ComponentDefinitions.Item(1).Document
Dim oRowFFN As String = oRowDoc.FullFileName

If this solved your problem, or answered your question, please click ACCEPT SOLUTION .
Or, if this helped you, please click (LIKE or KUDOS) :thumbs_up:.

Wesley Crihfield

EESignature

(Not an Autodesk Employee)