-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
4Questions
-
1Replies
Users are getting logged out of SFDC after they log into Self-Service Portal
- Users logged into SFDC
- Users logged into our Community Portal which opens Self-Service Portal in iframe using SSP Single Sign On URL- https://<instance>.salesforce.com/sserv/login.jsp?orgId=<org_id>&un=<user>&pw=<password>
- Then after they do this when they go back to the SFDC window and click another SFDC link then it says that they are logged out. (???)
-
- Fireball
- May 05, 2009
- Like
- 0
- Continue reading or reply
Task trigger not working - Mass Email delivery
Hi,
I need to update Contact custom field every time mass email is sent. I found out that a new Task is created in this case and developed a special trigger which runs after Task insert or update.
Everything works smoothly if I insert or update Task manually. But trigger doesn't fire when a Task is created authomatically using Mass Email delivery.
Any help would be most appreciated.
-
- Fireball
- March 16, 2009
- Like
- 0
- Continue reading or reply
Update Profile error: You may not turn off permission IP Restrict Requests for this License Type
-
- Fireball
- September 04, 2008
- Like
- 0
- Continue reading or reply
Update SuperUser fied
usr.ContactId = null;
usr.Name = null;
usr.IsActiveSpecified = true;
usr.IsActive = true;
usr.SuperUserSpecified = true;
usr.SuperUser = true;
usr.TimeZoneSidKey = timeZone;
SaveResult[] result = sp.update(new sObject[] { usr });
Thanks in advance
-
- Fireball
- July 21, 2008
- Like
- 0
- Continue reading or reply
Update SuperUser fied
usr.ContactId = null;
usr.Name = null;
usr.IsActiveSpecified = true;
usr.IsActive = true;
usr.SuperUserSpecified = true;
usr.SuperUser = true;
usr.TimeZoneSidKey = timeZone;
SaveResult[] result = sp.update(new sObject[] { usr });
Thanks in advance
- Fireball
- July 21, 2008
- Like
- 0
- Continue reading or reply