Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TonyRenHK/a4f0843c8743ebc2f85f3024ee01c4f7 to your computer and use it in GitHub Desktop.
Save TonyRenHK/a4f0843c8743ebc2f85f3024ee01c4f7 to your computer and use it in GitHub Desktop.
Update KR CRM OBIEE Port ID
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