• Vaibhav Saxena
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
Hello,

While setting up the Auth provider stting.
User-added image

Token EndPoint URL: What is sender ID? If my tenant name is endswith .sharepoint.com, does it make any difference?

i am keep getting this error

User-added image
Please help me out?
Thanks in Advance !

I am applying apex sharing rule on master record wchich should be applied on its child. It is working fine on Master Object but Not working on Child Object.

PROJECT(Master)->ASSIGNMENT(detail)
PROJRCT(Master)->RESOURCE(detail)

on adding resources to project i wrote a trigger(after insert,after update) to creating sharing rule on PROJECT RECORD which give READ or EDIT access to User on Project, It implies this user will get same access on Assignment. But it is not happening.

If i give READ access then user can not edit Project but still edit Assigment.

Is it related to sharing reason or reason is just a reason(why have access)?
Hello,

I am using SALESFORCE GOOGLE CALENDAR API.
https://developer.salesforce.com/page/Google_Calendar_API

There is some wierd problem i am facing while creating Google Calendar or Event from API, for some google Id i am able to do All CRUD operation on google calendar BUT for some google account  i am not able to INSERT and UPDATE the events/calendar on google(Retrival and deletion is still possible).
While Inserting Calendar/Events i recieve Status Code 412 "PRECONDITION FAILED".
i tride so much but i got nothing. Can anybody help?

Thanks,
Vaibhav
I am applying apex sharing rule on master record wchich should be applied on its child. It is working fine on Master Object but Not working on Child Object.

PROJECT(Master)->ASSIGNMENT(detail)
PROJRCT(Master)->RESOURCE(detail)

on adding resources to project i wrote a trigger(after insert,after update) to creating sharing rule on PROJECT RECORD which give READ or EDIT access to User on Project, It implies this user will get same access on Assignment. But it is not happening.

If i give READ access then user can not edit Project but still edit Assigment.

Is it related to sharing reason or reason is just a reason(why have access)?