CWL
Admin
Member
Joined: Aug 6, 2013
Last seen: Jul 15, 2024
Last seen: Jul 15, 2024
Follow
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
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
RE: How to update node?
npm cache clean -fnpm update -g
6 months ago
Forum
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
6 months ago
Forum
Replies: 2
Views: 19
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
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
Forum
Replies: 2
Views: 7
RE: how to fix/manually reinstall a broken wordpress site?
Check this out: Updating WordPress – WordPress.org Documentation
2 years ago
Forum
Forum
Replies: 2
Views: 541
Page 1 / 14
Next