Created
May 23, 2020 15:12
-
-
Save BedrosovaYulia/fa4dd6845f68e5b08760088207bc3696 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
$ct=new CCrmContact(false); | |
$arParams = array('HAS_PHONE'=>'Y'); | |
$arParams['FM']['PHONE'] = array( | |
'n0' => array( | |
'VALUE_TYPE' => 'WORK', | |
'VALUE' => '12345678', | |
) | |
); | |
$ct->Update(1400,$arParams); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment