• ZfactorForce
  • NEWBIE
  • 25 Points
  • Member since 2016
  • Vice President - Head of Digital Channel
  • Israel Discount Bank


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 5
    Replies
Hi all,
I am getting this type of error in my org and do not understand why. Please see below:
Apex script unhandled exception by user/organization: 
Source organization: 
Failed to process batch for class 'WorkTasksBatch' for job id 

caused by: System.DmlException: Update failed. First exception on row 53 with id 08p2S00000ajAIDQA2; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Validation Formula "SALC_ Invalid (ORA-20001: 
ORA-06512: at "DOC.TACCESS", line 110
ORA-01403: no data found
ORA-06512: at "DOC.CACCESS", line 3228
ORA-06512: at "DOC.CACCESS", line 2915
ORA-06512: at line 1


SQLException while executing plsql statement: {call cAccess.check_entity_access_proc_ncu(?,?,?,?,?,?)}(EXCLUDED, EXCLUDED, 5002S00001CnV3u, EXCLUDED, true, false)): []

Has Anyone ever experienced this?
Hi,
Looking for side gig.... 14 years plus in salesforce. I have done everything. I have packages for Unlimited Salesforce Administrator and many more packages.
Check out my profile: 
Linkedin: https://www.linkedin.com/in/zishan-razzaq-2921055/
Trailhead Link: https://trailhead.salesforce.com/en/me/zfactorforce
Blog:
http://www.cloudcomputingmadeeasy.com
http://mysalesforcecode.blogspot.com/

Email: choosepros@gmail.com

Thanks
Z
Hi, 
If you are a Salesforce Developer looking to move and interested to work in a Great environment, Lots of Learning, great work, great team, and  work in a team based environment . please contact me ...
https://www.linkedin.com/jobs/view/617351597/

Thanks
Zishan
Hi, 
If you are a Salesforce Architect or Sr. Salesforce Developer looking to move and interested to work in a Great environment, Lots of Learning, great work, great team, and  work in a team based environment . please contact me ...
https://www.linkedin.com/jobs/view/617350376/

Thanks
Zishan
choosepros@gmail.com
 
Hi,
The issue I am having here is if the email is coming in HTMLBody my email service states the Body is null... I use the
 myPlainText = email.plainTextBody;
If it is HTML then it does not work... it comes as null...
Anyone else run into this problem, any solutions?
Z
Hi,
I have written an email service and I need to find a specific phrase in the subject line and place that phrase into my query for relating case.
The subject can come in such as this "ref ABC company DNA1234567 lets go ref" The specific word i need is DNA1234567... this DNA word can be max 10 characters or less. How do I parse out just DNA1234567 in apex code?

String EmailSubject = email.subject;

Please help
thanks
Z
Hello
we wants to use the libraries in our systems. I have setup all in the dev Enviroment and want to commit the metadata to enable the libraries. Unfortunatly I can't find it in the metadata. Where can I find the permisssions and settings to activate the Libraries in the metadata? After the commit I'll deploy the settings to live.

Thank you for your help.
Mike
In a child object, I have monthly revenue records. These records are exclusive to different operating companies. For a user, home operating company remains the same. For eg, a user whose home country is GBR has the following records.
IND - active
USA - active
GBR - Inactive.

I want to write a logic where if home country record is not active I want a checkbox to be false. When, home country is active I want to include other active countries. Below is my logic:
IF((FBO_Home_Operating_Company__c = text(OP_Company__c)) && (Current_Month_Active__c = TRUE),TRUE,FALSE) 

&& 

IF((FBO_Home_Operating_Company__c != text(OP_Company__c)) && (Current_Month_Active__c = TRUE), TRUE,FALSE)

It works when my home country is not active but it doesnot work when my home country is also active.
What am I doing wrong.
Please help me sorting out this issue.

Thanks
Sumanth
Hi,
The issue I am having here is if the email is coming in HTMLBody my email service states the Body is null... I use the
 myPlainText = email.plainTextBody;
If it is HTML then it does not work... it comes as null...
Anyone else run into this problem, any solutions?
Z
Hi,
I have written an email service and I need to find a specific phrase in the subject line and place that phrase into my query for relating case.
The subject can come in such as this "ref ABC company DNA1234567 lets go ref" The specific word i need is DNA1234567... this DNA word can be max 10 characters or less. How do I parse out just DNA1234567 in apex code?

String EmailSubject = email.subject;

Please help
thanks
Z