• Vijay Birsingh
  • NEWBIE
  • 90 Points
  • Member since 2015

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 19
    Replies

Hello to you all,
                      I am developing a custom button New Asset -which will be added in the Asset related list on my Habitat custom object- to access the New Asset standard page. But I am not able to retrieve the AccountId related to the Habitat object in the button's URL as a parameter, so that when I go to the New Asset page, it pre-fills the Asset.AccountId field. Could you please help me on how to pass the AccountId as a parameter so that I can get the Asset.AccountId field pre-filled from the Habitat.AccountId field?

I thank you.

Regards,
Vijay.

Hello,

          I have a dateTime picker used in the tags as follows:

<apex:input label="End Date: " type="datetime-local" value="{!endDate}"/>

Users in my organization want to have it displayed as DD/MM/YYYY, since, the picker displays date as MM/DD/YYYY. 

Could you, please, help me in solving this issue?

I thank you.

Regards,
Vijay Birsingh.

Hello,
          I have to display the name of the object on a visualforce page. I am actually using a custom label to display the name of the standard object. But, this name of the standard object must be displayed in English and French as well, may I know if it is possible to display the name of the object through the use of Translation? Or is there any other way other than If..Else, constructs.

I thank you.

Kind Regards,
Vijay.

Hello,

       This is the validation rule:

ISPICKVAL( $ObjectType.Agreement__c.Fields.Agreement_Motive__c ,'Location Changed').  Where Agreement_Motive__c is a picklist. I am currently working on Opportunity object. Unfortunately, I am faced with this error:

 Error: Incorrect parameter type for function 'ISPICKVAL()'. Expected Picklist, received Object.

Could you, please, help me with this issue?

I thank you.

Regards, 
Vijay.

Hello,

             This is my Workflow rule formula
IF(
   AND(Name = 'Tara',Account.ID = AccountId),SUBSTITUTE(TEXT( AccountOpportunity__c ), TEXT( AccountOpportunity__c ), TEXT(Account.AccountOpportunity__c )),"NULL")

I have my IF condition, but I do not want to have any else part, how can I achieve this?

I thank you.

Regards,
Vijay.

Hello,

        I am a novice in writing SOQL statements concerning Master Detail relationships. I would like to know how I need to write a SELECT SOQL statement on these:

Master object: Opportunity
Detail object: Quote
Child Relationship Name: Quotes
Field Name: Opportunity

Basically, I want to extract the Id from Opportunity and add it to the other fields of the Quote object in a single SELECT SOQL statement. How do I proceed? 

Regards, 
Vijay.

Hello everybody,

     I would like to know how do you check the value of a checkbox (isDone__c), whether it is true or false.
     I have tried this: if(isDone__c)  and I am getting the following error: Condition expression must be of type Boolean.


Thanks for any help,
Vijay,

Hello everybody,

I am having an issue to import classes and triggers into a new Force.com project from sandbox to eclipse through the refresh from server option. I am having this error "invalid stored blocked length".

I will be grateful for any help.

Thank you
I really need some help on getting hot topics around Salesforce on which a presentation can be given and an audience(Developers mostly)  can be addressed.(Except lightning and summer 15)
Any suggestionn is appreciable :)
Guys, I am getting following error when I am adding and refreshing a project.

"Refresh Error : Invalid Stored Block Lengths"

Please let me know, If any one faced this issue and how did you solved it. 
Thanks in advance.