In metadata returned from PublicationOutput.Find, ishref appears to be the GUID of the publication object and FISHMASTERREF appears to be the top-level map GUID. What is FMAPID?
In metadata returned from PublicationOutput.Find, ishref appears to be the GUID of the publication object and FISHMASTERREF appears to be the top-level map GUID. What is FMAPID?
Hi Kendall,
You are right about FISHMASTERREF and the @ishref attribute.
FMAPID is an interal system field on which you should not rely, it has to do with deprecated code bases and will disappear "eventually" :-)
How I got to this, using ISHRemote in PowerShell with the command:
(Get-IshTypeFieldDefinition | Where-Object -Property Name -EQ FMAPID).Description
Internal system field used on various language card types to hold the unique element of the logical object (= LogicalId)
-Dave