Fetch just the ForeignID string
based on the AyaNova RootObject ID
| C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
Dim instance As IntegrationMaps Dim objectID As Guid Dim returnValue As String returnValue = instance.GetForeignID(objectID)
function getForeignID(objectID);
- objectID (Guid)
- ID of AyaNova object
Foreign ID or empty string if not found