CWL
@cwl
Admin
Member
Joined: Aug 6, 2013
Last seen: Jul 15, 2024
Issues: 103 / Replies: 102
Reply
RE: Expression cannot be assigned

Comparison operator is == = is assignment operator Corrected code: if (ocp != null && ocp.Active__c == true){ Asser...

5 months ago
Forum
Topic
Forum
Replies: 2
Views: 280
Reply
RE: vs code - failed to authenticate to git remote

Its a token issue. Try using your existing token again or use a new token.

5 months ago
Forum
Topic
Forum
Replies: 2
Views: 102
Topic
Forum
Replies: 1
Views: 6
Reply
RE: How to update node?

npm cache clean -fnpm update -g

6 months ago
Forum
Topic
Forum
Replies: 2
Views: 0
Reply
RE: how to update git local master from remote to work on new ticket without refreshing dev sandbox

When you want to work on a new jira ticket, change from branch to local master. Then do a: git fetch git reset --hard origin/master Remember thi...

6 months ago
Forum
Reply
RE: No Apex Tests Found - in vs code

Try just pressing the green play button to run all tests anyway. Test classes then should list. If not make sure your java path is correct: Java Se...

6 months ago
Forum
Topic
Forum
Replies: 2
Views: 21
Reply
RE: Error authenticating with the refresh token due to: inactive organization

Logout using the command: sf org logout Then re-authorize the org and re-start vs code. re-start is required.

6 months ago
Forum
Reply
RE: how to fix/manually reinstall a broken wordpress site?

Check this out: Updating WordPress – WordPress.org Documentation

2 years ago
Forum
Topic
Page 1 / 14