-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
7Questions
-
7Replies
- mkchourasia
- August 07, 2008
- Like
- 0
- Continue reading or reply
Error: Cannot_insert_update_activity_entity
The test case in APEX, for the trigger is giving me the Error "Cannot_insert_update_activity_entity".
I am administrator on the system, and when I execute the test case its giving the erroe.
In the triggert I am creating the relation ship between 2 Objects.
When new object is created, it will associate it with the child object.
Thanks for the help in advance
- mkchourasia
- July 22, 2008
- Like
- 0
- Continue reading or reply
- mkchourasia
- June 26, 2008
- Like
- 0
- Continue reading or reply
Lookup for a custom Object
I am trying to provide the lookup for a for a field with the Cusatom Object, but the lookup searches the data wrt only the ID not wrt the other fields.
Thanks in Advance
- mkchourasia
- June 10, 2008
- Like
- 0
- Continue reading or reply
How to create the clone of Custom Object
How to create the clone of Custom Object.
I have a requirement which needs the exact replica of the Custom Object for some other business. How can I clone the object itself.
- mkchourasia
- June 09, 2008
- Like
- 0
- Continue reading or reply
Cloning an object in Scontrol
I am trying to Clone a custom object in the S-Control, and I am stuck can some one share their experience of cloning the object which is having parent child relationship with other objects.
- mkchourasia
- June 03, 2008
- Like
- 0
- Continue reading or reply
Creating a object in the S-Control
I am trying override the Clone button functionality so that while cloniong we can add all the related object entries. I am facing an issue when I am creating the new object in S-Control
Here is the code
var newSPQ = new sforce.SObject("SPQs__c");
newSPQ.Account_Distributor__c='{!SPQs__c.Account_Distributor__c}';
newSPQ.Additional_Terms___c='{!SPQs__c.Additional_Terms___c}';
newSPQ.Address__c='{!SPQs__c.Address__c}';
newSPQ.Close_Date__c='{!SPQs__c.Close_Date__c};'
newSPQ.Customer_Name__c='{!SPQs__c.Customer_Name__c}';
update newSPQ;
newSPQ.Account_Distributor__c='{!SPQs__c.Account_Distributor__c}';
newSPQ.Additional_Terms___c='{!SPQs__c.Additional_Terms___c}';
newSPQ.Address__c='{!SPQs__c.Address__c}';
newSPQ.Close_Date__c='{!SPQs__c.Close_Date__c};'
newSPQ.Customer_Name__c='{!SPQs__c.Customer_Name__c}';
update newSPQ;
can someone help me so that I can correct the Mistake
thanks in advance
- mkchourasia
- June 03, 2008
- Like
- 0
- Continue reading or reply
Error: Cannot_insert_update_activity_entity
The test case in APEX, for the trigger is giving me the Error "Cannot_insert_update_activity_entity".
I am administrator on the system, and when I execute the test case its giving the erroe.
In the triggert I am creating the relation ship between 2 Objects.
When new object is created, it will associate it with the child object.
Thanks for the help in advance
- mkchourasia
- July 22, 2008
- Like
- 0
- Continue reading or reply
Lookup for a custom Object
I am trying to provide the lookup for a for a field with the Cusatom Object, but the lookup searches the data wrt only the ID not wrt the other fields.
Thanks in Advance
- mkchourasia
- June 10, 2008
- Like
- 0
- Continue reading or reply
Cloning an object in Scontrol
I am trying to Clone a custom object in the S-Control, and I am stuck can some one share their experience of cloning the object which is having parent child relationship with other objects.
- mkchourasia
- June 03, 2008
- Like
- 0
- Continue reading or reply
Creating a object in the S-Control
I am trying override the Clone button functionality so that while cloniong we can add all the related object entries. I am facing an issue when I am creating the new object in S-Control
Here is the code
var newSPQ = new sforce.SObject("SPQs__c");
newSPQ.Account_Distributor__c='{!SPQs__c.Account_Distributor__c}';
newSPQ.Additional_Terms___c='{!SPQs__c.Additional_Terms___c}';
newSPQ.Address__c='{!SPQs__c.Address__c}';
newSPQ.Close_Date__c='{!SPQs__c.Close_Date__c};'
newSPQ.Customer_Name__c='{!SPQs__c.Customer_Name__c}';
update newSPQ;
newSPQ.Account_Distributor__c='{!SPQs__c.Account_Distributor__c}';
newSPQ.Additional_Terms___c='{!SPQs__c.Additional_Terms___c}';
newSPQ.Address__c='{!SPQs__c.Address__c}';
newSPQ.Close_Date__c='{!SPQs__c.Close_Date__c};'
newSPQ.Customer_Name__c='{!SPQs__c.Customer_Name__c}';
update newSPQ;
can someone help me so that I can correct the Mistake
thanks in advance
- mkchourasia
- June 03, 2008
- Like
- 0
- Continue reading or reply