• SFDC_Dev_2009
  • NEWBIE
  • 60 Points
  • Member since 2009

  • Chatter
    Feed
  • 2
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 16
    Questions
  • 11
    Replies

I am trying to add a validation rule to check that when a value is entered in Field A,Field B should not be empty.

 

Any Suggestion?

I have created a Cross object Custom formula field that displays the Address .Here is the format to display the address field.

 

 

Account.BillingStreet  & BR() &
Account.BillingCity & ", "
 & Account.BillingState  & " " &
Account.BillingPostalCode  & BR()
& Account.BillingCountry

 

Now my question is there is a Comma in the formula and it displays, when the BillingStreet,BillingCity,etc., fields are empty.

How to resolve this?

 

 

Hi ,

 

I would like to populate Custom address fields(Billing/Shipping) inside Opportunity and Case detail page from Account detail page Standard address fields (Billing/Shipping)  and viceversa

 

Currently there is no address data type available.

 

Can anyone please guide me to achive this ?

 

AND( ISPICKVAL(Type_of_Medical_Position__c , "Medical"), ISPICKVAL(Medical_Position__c  ,""))

 

The above validation works only for specific picklist values like "Medical"

 

I need to validate a dependent picklist field and make it required when some of the values in a controlling picklist is selected and it can be of any value.

Also for some of the values in Controlling picklist field, the dependent picklist is disabled and in that case it should not display the Error Message.

 

 

Help Needed!!

 

I am creating a Apex trigger that fires when a picklist value equals some value in an object and a record is created .

 

The newly created record (Trip)is a child record for another custom object(Planner).

 

trip.Trip_Name__c = planner.Id;

 

When  i tried updating with id field i ger FIELD_INTEGRITY_EXCEPTION error

 

Trip name is a lookup field to planner record.

 

 How do i update the lookup field in the child record with parent object id

 

 

 

Please Help

Is it possible to create Apex trigger directly into Production usin Force.com IDE Or Should it be created first in the Sandbox and then moved to Production?

 

Please advise.

Hi

 

I am working on the workbook tutorial.

 

I created a package  "Mileage Tracker"  in my developer edition using online user interface.

 


Now i am trying to create same package name using Force.com IDE.

 

Hence i tried deleting the package name. But there is no option available to delete the package name in developer edition.

 

Can someone help?

Hi,

 

 

I am receiving following error

 

"Error opening the editor.
org.tigris.subversion.subclipse.ui.editor.RemoteFileEditorInput

 

 while trying to open Apex triggers from the code that i have checked out from codeshare using Subclipse.

 

 


Any help would be appreciated.

 

SF Developer

Where can i find archived webinars?