• Mohammad Abid Majgaonkar
  • NEWBIE
  • 5 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
I have a contact 'C' that has an account-contact relationship with two accounts 'A1' and 'A2'.

An event created by contact 'C' keeping 'A1' as parent account is visible in the Activity tab of 'A2' as well.

I found a link wherein they explained contacts to multiple accounts relationship but no where have they mentioned why events is visible on account which is not a parent account.
Here is the link: https://help.salesforce.com/articleView?id=shared_contacts_overview.htm&type=5

So my question is, why is the event that relates to parent account 'A1' is displayed in Activity History of account 'A2' as well?

Thanks for the clarification in advance!

Regards,
Abid
Hi all,

I have a contact 'C' that has an account-contact relationship with two accounts 'A1' and 'A2'.

An event created by contact 'C' is visible in the Activity tab of both the accounts 'A1' and 'A2'.

My doubts are as follows:
1. Is it a standard Salesforce functionality or is there a possibility that it might be a bug?
2. If it's standard, is it like the event is visible on both accounts because it was created from contact? I mean is there any way by which it will be visible only on one account that is present as related account in the event?
3. If it's a bug, what could be the reason of this?

Thanks for the clarification in advance!

Regards,
Abid
Hi all,

I have a contact 'C' that has an account-contact relationship with two accounts 'A1' and 'A2'.

An event created by contact 'C' is visible in the Activity tab of both the accounts 'A1' and 'A2'.

My doubts are as follows:
1. Is it a standard Salesforce functionality or is there a possibility that it might be a bug?
2. If it's standard, is it like the event is visible on both accounts because it was created from contact? I mean is there any way by which it will be visible only on one account that is present as related account in the event?
3. If it's a bug, what could be the reason of this?

Thanks for the clarification in advance!

Regards,
Abid
The challenge as follows:

For purposes of local regulation new customers must be approved by the legal team.

When an Account has the value of 'Prospect' in the Type field, a user will click the 'Submit for Approval' button to launch an approval process. The process will only happen if Type is 'Prospect' and there are more than 500 employees. Upon entry of the process, Type will become 'Pending' and be locked. If approved, Type will be set to 'Customer' and be unlocked. If not approved, Type will be set back to 'Prospect' and will be unlocked.

The Account object's Type field must have the following picklist values: Prospect, Customer, Pending. Before creating the approval process, verify the values in your Account object setup
The approval process name must be 'Approve New Account'.
When user click 'Submit for Approval', the approval must be processed if the Type field is set to 'Prospect' and the value of Employees is greater than 500.
Upon entering the approval process, set the Type field to 'Pending' and lock the record.
Normally the approver would be someone else. In this instance, assign yourself to be the approver.
If approved, set the Type field to 'Customer' and unlock the record.
If not approved, set the Type field back to 'Prospect', and unlock the record.

I am getting error message: Challenge not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Process failed. First exception on row 0; first error: REQUIRED_FIELD_MISSING, missing required field: [nextApproverIds]: [nextApproverIds]

This are the steps I did:

Created approval process called Approve New Account
Criteria Account Type field equals Prospect and Account Employees field greater than 500
Final Approval Actions - Update Type field to Customer
Final Rejection Actions - Update Type field to Prospect

What am I missing that I received the error message?  Please help.

Thanks.