Created
May 31, 2016 10:00
-
-
Save TonyRenHK/a4f0843c8743ebc2f85f3024ee01c4f7 to your computer and use it in GitHub Desktop.
Update KR CRM OBIEE Port ID
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
List<user> selectList=[SELECT ID ,ASI_OBIEE_Domain__c FROM USER WHERE CompanyName = 'Pernod Ricard Korea']; | |
for(user u: selectList){ | |
u.ASI_OBIEE_Domain__c='8622'; | |
} | |
update selectList; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment