Interface Contact Business Relation Link, source in 29
Source29
src/Layers/W1/BaseApp/CRM/BusinessRelation/ContactBusinessRelationLink.Interface.al18 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace Microsoft.CRM.BusinessRelation;
interface "Contact Business Relation Link"
{
/// <summary>
/// Returns table and system id of record that match the No. field
/// </summary>
/// <param name="No">The field to lookup</param>
/// <param name="TableId">Table id of implementation</param>
/// <param name="SystemId">System id for the found record</param>
/// <returns>True if the record was found</returns>
procedure GetTableAndSystemId(No: Code[20]; var TableId: Integer; var SystemId: Guid): Boolean
}