Anyone know how to specify a custom record type as...
# sdf
w
Anyone know how to specify a custom record type as <type> on a <list> portlet in a published dashboard? When I import the record from Netsuite, it is the numerical internalid of the record, but that fails when deploying. Probably because the internalid is not known as it is a new record included in the deploy. I tried
[scriptid=customrecord_my_custom_rec]
and it allowed me to deploy, but gave me a "Unknown record type" in the portlet.
Copy code
<publisheddashboard>
  <dashboards>
    <dashboard>
      <centercolumn>
        <list>
          <allowinlineediting>T</allowinlineediting>
          <isminimized>F</isminimized>
          <size>20</size>
          <type>[scriptid=customrecord_my_custom_rec]</type>
        </list>
      </centercolumn>
    </dashboard>
  </dashboards>
</publisheddashboard>
n
Not sure if it matters but in my objects scriptid value is always in quotes. Maybe that's the cause of your unknown record? such as this: