Search Results for

    Show / Hide Table of Contents

    Class CallListApplicationHelper

    Helper for using the call list api from grids

    Inheritance
    System.Object
    CallListApplicationHelper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public static class CallListApplicationHelper

    Methods

    | Improve this Doc View Source

    AddContactToCallList(IList<Object>)

    Add contacts to call list

    Declaration
    public static GridInvokeMethodResult AddContactToCallList(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    CreateCallListWithTemplate(IList<Object>)

    Create a call list using a template

    Declaration
    public static GridInvokeMethodResult CreateCallListWithTemplate(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    CreateEmptyCallList(IList<Object>)

    Create empty call list

    Declaration
    public static GridInvokeMethodResult CreateEmptyCallList(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    EditCallList(IList<Object>)

    Edit existing call list

    Declaration
    public static GridInvokeMethodResult EditCallList(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    EditCallListSqlTemplate(IList<Object>)

    Show call list template editor

    Declaration
    public static GridInvokeMethodResult EditCallListSqlTemplate(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    NewCallListSqlTemplate(IList<Object>)

    Show new sql call list template window

    Declaration
    public static GridInvokeMethodResult NewCallListSqlTemplate(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    RemoveCallList(IList<Object>)

    Remove complete call list

    Declaration
    public static GridInvokeMethodResult RemoveCallList(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows
    Returns
    Type Description
    GridInvokeMethodResult
    | Improve this Doc View Source

    RemoveContactFromCallList(IList<Object>)

    Remove contacts from call list

    Declaration
    public static GridInvokeMethodResult RemoveContactFromCallList(IList<object> rows)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<System.Object> rows

    Requires column: Guid = ContactGuid; CallListGuid = guid of the call list

    Returns
    Type Description
    GridInvokeMethodResult
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx