<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Vault Transmittal Report how to display Custom Object UDPs in Vault Customization Forum</title>
    <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12742519#M936</link>
    <description>&lt;P&gt;I've created a custom object titled Transmittal, and I've got several UDPs I've created that I have assigned to the Transmittal custom object.&amp;nbsp; Then, I have a customized Transmittal that has the properties I created, as data in the report.&amp;nbsp; I would like to have the customized report populated with the UDP data as it is filled out in the properties in vault.&amp;nbsp; I can't seem to get them to populate, while properties that are assigned and mapped to file properties do populate.&amp;nbsp; What am I missing on how to get these to populate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transmittal_Eample.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1356319iEF4B1D5C2CB5BAD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Transmittal_Eample.jpg" alt="Transmittal_Eample.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 04:05:34 GMT</pubDate>
    <dc:creator>dmorse</dc:creator>
    <dc:date>2024-04-30T04:05:34Z</dc:date>
    <item>
      <title>Vault Transmittal Report how to display Custom Object UDPs</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12742519#M936</link>
      <description>&lt;P&gt;I've created a custom object titled Transmittal, and I've got several UDPs I've created that I have assigned to the Transmittal custom object.&amp;nbsp; Then, I have a customized Transmittal that has the properties I created, as data in the report.&amp;nbsp; I would like to have the customized report populated with the UDP data as it is filled out in the properties in vault.&amp;nbsp; I can't seem to get them to populate, while properties that are assigned and mapped to file properties do populate.&amp;nbsp; What am I missing on how to get these to populate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Transmittal_Eample.jpg" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1356319iEF4B1D5C2CB5BAD7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Transmittal_Eample.jpg" alt="Transmittal_Eample.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 04:05:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12742519#M936</guid>
      <dc:creator>dmorse</dc:creator>
      <dc:date>2024-04-30T04:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Transmittal Report how to display Custom Object UDPs</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12844076#M937</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1132424"&gt;@dmorse&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That row in the report is based on the information in the file, not a Custom Object linked to the file.&lt;/P&gt;
&lt;P&gt;Your row must be about the custom object.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 12:29:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12844076#M937</guid>
      <dc:creator>ihayesjr</dc:creator>
      <dc:date>2024-06-17T12:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Transmittal Report how to display Custom Object UDPs</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12844156#M938</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1132424"&gt;@dmorse&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/205294"&gt;@ihayesjr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example of a custom job that generates RDLC reports:&amp;nbsp;&lt;A href="https://github.com/coolOrangeLabs/sample-workflows/tree/main/Automation/Create%20Time-Triggered%20Reports" target="_blank" rel="noopener"&gt;https://github.com/coolOrangeLabs/sample-workflows/tree/main/Automation/Create%20Time-Triggered%20Reports&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It's based on COOLORANGE powerJobs and customizable via PowerShell scripting, which means you could extend the generation of the report data to also read UDPs from linked Custom Objects. The function&amp;nbsp;&lt;A href="https://github.com/coolOrangeLabs/sample-workflows/blob/13705e186e00b47171eeea421af6ce4fb6f14b73/Automation/Create%20Time-Triggered%20Reports/powerJobs/Jobs/COOLORANGE.Report.ps1#L56" target="_blank" rel="noopener"&gt;GetReportDataSet&amp;nbsp;&lt;/A&gt;and your RDLC file would need to be extended.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dave, drop me an email in case you need assistance on how to extend the job to read linked Custom Object properties.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 13:01:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12844156#M938</guid>
      <dc:creator>christian_gessner</dc:creator>
      <dc:date>2024-06-17T13:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Vault Transmittal Report how to display Custom Object UDPs</title>
      <link>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12844289#M939</link>
      <description>&lt;P&gt;Thank you, Christian.&amp;nbsp; I will look over the content you shared and get with you if needed.&amp;nbsp; Really appreciate it.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 14:00:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vault-customization-forum/vault-transmittal-report-how-to-display-custom-object-udps/m-p/12844289#M939</guid>
      <dc:creator>dmorse</dc:creator>
      <dc:date>2024-06-17T14:00:28Z</dc:date>
    </item>
  </channel>
</rss>

