• Leonard Silon
  • NEWBIE
  • 10 Points
  • Member since 2015
  • Salesforce.com Admin
  • HTH Worldwide

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 4
    Replies
On the oppty I need a counter for how many quotes get synched. So if you sync a quote, unsync it and then sync another, the count would be 2 and so on. I can not do via WFR because the oppty is not updated when the quote changes. Any ideas?
User-added image
This is the code firing multiple times when the oppty stage is changed to closed won. At the same time the oppty is marked closed one, I have potentially two WFRs firing. One WFR checks a date field. If that date field is blank, then it auto populates it with a calculated date. The second WFR fires if the date field changes and just copies that date adding one day to it.

Those two WFRs firing makes the trigger fire 2 more times. What can be changed int eh trigger to make it only fire once when the oppty is changed to closed won the first time. Seems there needs tob e an ISCHANGED clause but I do not know how to add that.
Here is error message below. What does not have the access rights it needs? The sytem admin has all rights. SO when on a web site, what is the user if it is creating a record in SFDC?

We have a flow, a Site and a VF page.

URL of SITE = http://hthworldwide.force.com/TheChicagoSchool  (http://hthworldwide.force.com/TheChicagoSchool)
This is the one that does not work. However if I go to this site, it works perfectly
https://c.na5.visual.force.com/apex/The_Chicago_School

ERROR i receive

Encountered unhandled fault when running process Chicago_School/30170000000XZgw exception by user/organization: 00570000003TVJ6/00D70000000Is6G
Errorcaused by element : FlowRecordCreate.CS_Record_Create
caused by: UPSERT --- UPSERT FAILED --- ERRORS : (INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY) insufficient access rights on cross-reference id: 0017000001KHweA --- for SFDC record with ID : null, 
 
On the oppty I need a counter for how many quotes get synched. So if you sync a quote, unsync it and then sync another, the count would be 2 and so on. I can not do via WFR because the oppty is not updated when the quote changes. Any ideas?
Here is error message below. What does not have the access rights it needs? The sytem admin has all rights. SO when on a web site, what is the user if it is creating a record in SFDC?

We have a flow, a Site and a VF page.

URL of SITE = http://hthworldwide.force.com/TheChicagoSchool  (http://hthworldwide.force.com/TheChicagoSchool)
This is the one that does not work. However if I go to this site, it works perfectly
https://c.na5.visual.force.com/apex/The_Chicago_School

ERROR i receive

Encountered unhandled fault when running process Chicago_School/30170000000XZgw exception by user/organization: 00570000003TVJ6/00D70000000Is6G
Errorcaused by element : FlowRecordCreate.CS_Record_Create
caused by: UPSERT --- UPSERT FAILED --- ERRORS : (INSUFFICIENT_ACCESS_ON_CROSS_REFERENCE_ENTITY) insufficient access rights on cross-reference id: 0017000001KHweA --- for SFDC record with ID : null, 
 
I am getting an error installing the Salesforce Files Installer. 

Their install properties are as follows:
User-added image
 
When I run “salesforcefilesinstaller.exe /s /v/qn” it returns a text file that says “resultcode=-3” and I cannot locate documentation on the website for result codes for the installer. When I manually run the installer on that same computer it works fine so it must be related to the switches they provided?