• joe27
  • NEWBIE
  • 25 Points
  • Member since 2012

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 2
    Replies

hello all ,

 

I am trying to remove a required checkbox for some of the profiles and i cant ..

The field is a standard field called opportunity name in opportunities ..

In app setup i go to >customize > opportunity > fields > opportunity name

 

Then i click on the View Field Accesibility button on the top on the page > and on the required field.

It opens up Access Settings for Opportunity Field

 

Under the page layout section there is a requied checkbox which i need to uncheck ..

 

Page Layout:

Remove or change editability of the Opportunity Name field on the Distributor Order page layout.
Choose a different page layout for the Business Development Executive profile for the Distributor Order record type.

Use the checkboxes below to change the page layout settings for the Opportunity Name field on the Distributor Orderpage layout.

Page Layout Field Visible Read-Only Required

Distributor OrderOpportunity NameCheckedNot CheckedChecked

 

 

Any help would be great

Thanks in advance

Joe

 

  • January 09, 2013
  • Like
  • 0

hi all,,

 

I am looking for a vaidation rule for a checkbox to a picklist.

 

So if the checkbox is ticked then the picklist is required

Any help would be great

 

Cheers

joe

 

 

 

  • November 21, 2012
  • Like
  • 0

Hello all

 

I  am looking for a validation rule to say

 

if a picklist field is populated then 4 other text  fields are required .

 

AND ((text( Board_1_Menu_Design__c ) != null), picklist field

(( Board_1_Display_Length__c ) = null) ,
(( Board_1_Display_Width__c ) = null) ,
(( Board_1_Print_Width__c ) = null) ,
(( Board_1_Print_Length__c ) = null))

 

I need it so that if i select an option from the picklist field all other fields are required ..at the moment i can save if i only populate 1 of the text fields

 

 

  • November 19, 2012
  • Like
  • 0

i all

 

i need another validation rule for a picklist

 

i have a weekly value field and a weekly value reason field

 

i would like to auto populate the weekly value reason field ,if the weekly value field is greater than 0

 

thanks in advanced

joe

 

 

 

 

  • November 09, 2012
  • Like
  • 0

hi all

 

i need a validation rule for a picklist

 

i have a picklist with A,B,C,D ,,

i need to the make rule say if A,B are picked then a field is then required

 

this is what i was trying

1

AND ( (TEXT(  Board_1__c ) ='A'), (TEXT(  Board_1_Finish__c  ) = null) )

This work only for A ,But i cant B in

2

AND

(ISPICKVAL(Board_1__c, "A"),

OR

(ISPICKVAL(Board_1__c , "B"),

(TEXT

(Board_1_Finish__c  ) = null) ))

any help would be great

 

thanks

joe

  • November 09, 2012
  • Like
  • 0

hi all,,

 

I am looking for a vaidation rule for a checkbox to a picklist.

 

So if the checkbox is ticked then the picklist is required

Any help would be great

 

Cheers

joe

 

 

 

  • November 21, 2012
  • Like
  • 0

hi all

 

i need a validation rule for a picklist

 

i have a picklist with A,B,C,D ,,

i need to the make rule say if A,B are picked then a field is then required

 

this is what i was trying

1

AND ( (TEXT(  Board_1__c ) ='A'), (TEXT(  Board_1_Finish__c  ) = null) )

This work only for A ,But i cant B in

2

AND

(ISPICKVAL(Board_1__c, "A"),

OR

(ISPICKVAL(Board_1__c , "B"),

(TEXT

(Board_1_Finish__c  ) = null) ))

any help would be great

 

thanks

joe

  • November 09, 2012
  • Like
  • 0