BusinessProcessesManager.AllRefsType

Syntax:

AllRefsType()

Returned value:

Type: TypeDescription.

Description:

Use this to obtain a description of types containing business process reference types.

Availability:

Server, thick client, external connection.

Example:

TypesArray = Controls.InputFieldVariant.ValueType.Types();
For 
each ArrayElement In TypesArray Do
    If BusinessProcesses.AllRefsType().ContainsType(ArrayElement) Then
        NeedTypesArray.Add(ArrayElement);
    EndIf
; 
EndDo
;


    

1C:Enterprise Developer's Community