• champvimal
  • NEWBIE
  • 125 Points
  • Member since 2011

  • Chatter
    Feed
  • 5
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 21
    Questions
  • 29
    Replies
This is the task from Trailhead,

You've been given a requirement to keep Contact addresses in sync with the Account they belong to. Use Process Builder to create a new process that updates all child Contact addresses when the address of the Account record is updated. This process:Can have any name.
Must be activated.
Must update Contact mailing address fields (Street, City, State, Post Code, Country) when the parent Account shipping address field values are updated.



Created Criteria i took

User-added image





This is action i took 

User-added image



Where i done wrong?
The challenge is:

You've been given a requirement to keep Contact addresses in sync with the Account they belong to. Use Process Builder to create a new process that updates all child Contact addresses when the address of the Account record is updated. This process:Can have any name.
Must be activated.
Must update Contact mailing address fields (Street, City, State, Post Code, Country) when the parent Account shipping address field values are updated.

I start with Accounts when records is created or edited.
Filter criteria where accounts shipping address (street, city, state, zip code) is changed (used "or" logic).

I am stuck on the next step "add action".  I started with action type "Update Records".
On objects, I can't seem to change Accounts to Contacts.  Why?
Hi there, I 'm trying to complete the "Automating Processes with the Lightning Process Builder" challenge in TrailHead but I get the following error :
Encountered unhandled fault when running process Update_contact_adress/
301240000004FXO exception by user/organization: 00D24000000JsNt/{4}

The flow failed to access the value for myVariable_current.Account.ShippingCountry because it hasn't been set or assigned.
caused by element : FlowRecordUpdate.myRule_1_A1
caused by: The flow failed to access the value for myVariable_current.Account.ShippingCountry because it hasn't been set or assigned.
Salesforce Error ID: 490660201-42718 (736882147)

Any idea what could be could wrong ?
 

Hi,

 

I was validating a change set which contains 71 components(custom fields,objects,recordtype ). In the middle of validation my session timed out and I was logged out of salesforce. I loged in again and after 20 mins the change set screen refreshed and now even after 11 hours the status is 'In Progress'. We have a lot of deployment to do this weekend. Can anyone help me wih any suggestions as to what needs to be done?

 

Will this lock my Organization from any further changes? I am planning to manually create the components. Can that be done or will I get 'Organization locked from further changes' error?

Hello,

 

We are trying to initiate Salesforce from company's portal and it was working fine until yesterday.

 

We are getting "SAML Provision Error" while trying to launch Salesforce via SSO from Portal.

 

On SAML Assertion Validation we found the below results :

 

Last recorded SAML login failure:  2012-10-10T16:02:40.294Z
Unexpected Exceptions
  Ok
1. Validating the Status
  Ok
2. Looking for an Authentication Statement
  Ok
3. Looking for a Conditions statement
  Ok
4. Checking that the timestamps in the assertion are valid
  Timestamp of the response is outside of allowed time window
  Current time is: 2012-10-10T16:19:25.512Z
  Timestamp is: 2012-10-10T16:02:38.000Z
  Allowed skew in milliseconds is 480000
  Timestamp of the assertion is outside of allowed time window
  Current time is: 2012-10-10T16:19:25.512Z
  Timestamp is: 2012-10-10T16:02:38.000Z
  Allowed skew in milliseconds is 480000
5. Checking that the Attribute namespace matches, if provided
  Not Provided
6. Miscellaneous format confirmations
  Ok
7. Confirming Issuer matches
  Ok
8. Confirming a Subject Confirmation was provided and contains valid timestamps
  Ok
9. Checking that the Audience matches, if provided
  Ok
10. Checking the Recipient
  Organization Id that we expected: 00DJ0000000795H
  Organization Id that we found based on your assertion: 00DJ0000000795H
11. Validating the Signature
  Is the response signed? true
  Is the assertion signed? false
  Is the correct certificate supplied in the keyinfo? true
  Ok
12. Checking that the Site URL Attribute contains a valid site url, if provided
  Not Provided
13. Looking for portal and organization id, if provided

  Not Provided

 

Please advise what is the issue here.

 

 

Thanks,

 

Vimal

our accounts have several account numbers per client. We built a custom Account Number object on the Account page to be able to add numerous account numbers. The problem is that when we delete an account, thje account numbers remain in  the system and it's interferring with sales information we are importing. Can I create a Workflow rule or feild  update / trigger or anything basically stating :

 

when an account is deleted, delete all account numbers from Account Number object

Hello, I'm a bit new to sales force. I'm doing a one time update and insert to our custom object that tracks volunteers. There are about 550 records, of which about 100 are updates. I split the csv into two parts, one for updates and one for inserts. When I try update the records, it skipps all of them for being new. I assume the problem is that I am using the Volunteer ID which is the name field and is an autonumber.   

Currently the Volunteer ID's start at 000142 and go to 000305, there is no prefix or anything and I've tried making the column formatted to include the leading zeros or not to. I'm a bit stumped and any help would be good. 

Hi,

I created a validation rule using ISCHANGED with the Status Update field to ensure when someone updates a stage, they also update the Status Update field.  It works in that it gives the person an error when they change a stage, however, it doesn't recognize when the Status Update field has been edited or changed thereby giving an error continually even when the field has been changed. 

 

My code:

AND (
OR (
ISPICKVAL ( StageName, "Initial Review"),
ISPICKVAL (StageName, "Active Review") ,
ISPICKVAL (StageName, "48 In Process"),
ISPICKVAL (StageName, "Proposal Issued"),
ISPICKVAL (StageName, "Underwriting/Due Diligence"),
ISPICKVAL (StageName, "Documentation"),
ISPICKVAL (StageName, "Close-Fund"),

ISCHANGED (Status_Update__c)
))

 

Is there a way to fix this?

Thanks,

ML

Hi ,
Can anybody help me with the fromula field which will calulate the Age  from date of birth and display it in Years,Months & Days.?
All validations should be there.Including Leap Year Scenario.

 

BR,
Me

Hello everybody,

 

I have a little problem here for which I'm not able to find a solution. We are an NGO in Madagascar an produce different types of solar cookers and charcoal/wood saving cookers. Thus, for each type I created a record in the Product object. I then created a custom object "Cooker" which is linked with a lookup-field to the Product object. Each cooker has therefore a type (link to Product object) and a Name, which is a unique number (we sell the cookers and have to register the clients and the number of the cookers).

 

Everything is working fine so far, there is just one annoying point: When someone searches for a cooker type with the lookup button, not only the Type field is filled out, but surprisingly (to me anyway) the Name field of the cooker (so, both fields are populated with the name of the Product). Every time, that field has to be cleared before entering the cooker number. It doesn't happen when the Type field is filled out manually, but only when the search button for the lookup is used.

 

Is it possible to somehow disable that, or did I make a mistake when creating my custom object/field?

 

Thank you very much for your help.

Hi All,

 

I have my SSO setup from external website app A to have a quicklink to Salesforce.com.

 

When I launch from the quicklink, it throws me error saying : "Your Login attempt using Single Sign-On with an Identity Provider certificate has failed. Please contact your salesforce.com administrator for more information".

 

I checked the login history of the user who tried to launch and found this error : 

 

5/21/2012 4:04:16 PM EDT

141.191.20.2SAML Idp Initiated SSOFailed: Signature InvalidBrowser

test.salesforce.com

   

I did the SAML Validation and found these as my results :-

 

Last recorded SAML login failure:  2012-05-21T20:04:16.302Z
Unexpected Exceptions
  Ok
1. Validating the Status
  Ok
2. Looking for an Authentication Statement
  Ok
3. Looking for a Conditions statement
  Ok
4. Checking that the timestamps in the assertion are valid
  Timestamp of the response is outside of allowed time window
  Current time is: 2012-05-21T20:18:16.057Z
  Timestamp is: 2012-05-21T20:04:14.000Z
  Allowed skew in milliseconds is 480000
  Timestamp of the assertion is outside of allowed time window
  Current time is: 2012-05-21T20:18:16.057Z
  Timestamp is: 2012-05-21T20:04:14.000Z
  Allowed skew in milliseconds is 480000
5. Checking that the Attribute namespace matches, if provided
  Not Provided
6. Miscellaneous format confirmations
  Ok
7. Confirming Issuer matches
  Ok
8. Confirming a Subject Confirmation was provided and contains valid timestamps
  Ok
9. Checking that the Audience matches, if provided
  Ok
10. Checking the Recipient
  Organization Id that we expected: 00DZ00000000rh6
  Organization Id that we found based on your assertion: 00DZ00000000rh6
11. Validating the Signature
  Is the response signed? true
  Is the assertion signed? false
  The reference in the response signature is valid
  Signature or certificate problems
  The signature in the response is not valid
  Is the correct certificate supplied in the keyinfo? false
12. Checking that the Site URL Attribute contains a valid site url, if provided
  Not Provided
13. Looking for portal and organization id, if provided

  Ok

 

Please advise what is going wrong? 

 

 

Thanks,

 

Vimal

We're starting to use Cases to track our interactions with our clients and we rely heavily on the Account Owner field.  On the Cases screen we need to add a field for the Account Owner of the Account that is selected.  We also need the Account Owner to create views/queue's of all cases for each sales person(account owner).  It sounds like this can be done by creating a custom formula field but we can't figure out how to define the formula.  In our custom field, we have Account.Owner which shows the salesforce ID but we're looking for the owner name.

 

Any guidance would be appreciated.  thx