• TheSFDeveloper
  • NEWBIE
  • 0 Points
  • Member since 2008

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 9
    Replies
Hi All,

As per the requirement I want to take some action when picklist selection change.

Example: Something like I have two drop down boxes, 1. Country and 2. State

Based on the Country drop down value i want to populate the pre-defined states in the states drop down without doing the postback.

I have heard something about AJAX-enabled s-control but not sure how to use it also if anyone has an idea about attaching an event like "onchange" to the picklist control to fulfill the requirement.

Please suggest.

Thank You,
Vishal
Hi All,

I am using Force.com eclipse plug-in to deploy a new trigger on my SalesForce production account.

Deployment works great if trigger is made for standard objects (Lead, Account, etc...)

But When I am making a new trigger on my custom objects, I am getting an error message from Eclipse Plug-in saying that "INVALID SOBJECT TYPE"

Does it mean that we can not deployed / create a trigger on custom objects?

Please suggest.

Thank you,
Vishal


Hi All,
 
I have created one sample trigger on Lead object in my SalesForce.com account on production now i am trying to delete it but there is no delete option available for me
 
Please suggest.
 
Thank You,
Vishal

Hi Experts,

I have created one Email Alert "TestEmailAlert" which is having
1. e-mail template
2. recipients e-mail address.

Now I am creating a new Trigger on my custom object for the event before_insert and before_update and if certain condition gets satisfied then i want to use Email Alert "TestEmailAlert" which i have created above into my Trigger to send an email to the targeted users.

Right now we are not sure how to call Email Alert within Trigger.

Any help would be appreciated !!

Thank You,

Hi Folks,
                I have created a custom object say "ABC" (App Setup-->create-->Objects) and this object is  under Opportunity  now i want to invoke  a trigger on this ,How to  do this, suggestions welcome. My trigger on custom object "ABC"  is as follows:

trigger ARPTrigger on ABC(after insert) {

}
The above one generated following error:

Error: Compile Error: Invalid SObject type name: ABC at line 1 column 23


Regards,
Rajeshwar.
Hi All,

I am using Force.com eclipse plug-in to deploy a new trigger on my SalesForce production account.

Deployment works great if trigger is made for standard objects (Lead, Account, etc...)

But When I am making a new trigger on my custom objects, I am getting an error message from Eclipse Plug-in saying that "INVALID SOBJECT TYPE"

Does it mean that we can not deployed / create a trigger on custom objects?

Please suggest.

Thank you,
Vishal


Hi All,
 
I have created one sample trigger on Lead object in my SalesForce.com account on production now i am trying to delete it but there is no delete option available for me
 
Please suggest.
 
Thank You,
Vishal

Hi Experts,

I have created one Email Alert "TestEmailAlert" which is having
1. e-mail template
2. recipients e-mail address.

Now I am creating a new Trigger on my custom object for the event before_insert and before_update and if certain condition gets satisfied then i want to use Email Alert "TestEmailAlert" which i have created above into my Trigger to send an email to the targeted users.

Right now we are not sure how to call Email Alert within Trigger.

Any help would be appreciated !!

Thank You,