Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Another Fix Script will not compile

Not applicable

StacyLen here again.

I have another fix script that will not compile.  I get the same error as on an earlier one:  "Could not save record because of a compile error: SyntaxError: Expected ',', got ':' at line 1, column 1"

 

Any help appreciated again.  

Thanks all

 

 

new GlideQuery('sys_user')
.where('sys_id', '308b574483c322107f44aa3589da1e33')
.update([
    mobile_phone: '800-Cpf-fee1'
]);
1 ACCEPTED SOLUTION

Not applicable

Please Cancel this request for help.  I see that I have square brackets [] where I should have had squirrely braces {}.    This happens when my eyes start bleeding... :~( 

View solution in original post

1 REPLY 1

Not applicable

Please Cancel this request for help.  I see that I have square brackets [] where I should have had squirrely braces {}.    This happens when my eyes start bleeding... :~(