Documentation

crm.enum.activitynotifytype

crm.enum.activitynotifytype()

Returns items of Notice Type of Activity Start list (for meetings and calls).

Parameters

No parameters

Example

 BX24.callMethod(
  "crm.enum.activitynotifytype", 
  {}, 
  function(result) 
  {
   if(result.error())
    console.error(result.error());
   else
    console.dir(result.data());
  }
 ); 


[result] => Array
                (
                    [crm.enum.activitynotifytype] => Array
                        (
                            [0] => Array
                                (
                                    [ID] => 0
                                    [NAME] => 
                                )
                            [1] => Array
                                (
                                    [ID] => 1
                                    [NAME] => min.
                                )
                            [2] => Array
                                (
                                    [ID] => 2
                                    [NAME] => h.
                                )
                            [3] => Array
                                (
                                    [ID] => 3
                                    [NAME] => d.
                                )
                        )
                )

[result] => Array ( [crm.enum.activitynotifytype] => Array ( [0] => Array ( [ID] => 0 [NAME] => ) [1] => Array ( [ID] => 1 [NAME] => мин. ) [2] => Array ( [ID] => 2 [NAME] => ч. ) [3] => Array ( [ID] => 3 [NAME] => дн. ) ) )

© «Bitrix24», 2001-2024
Up