• RockyDrakeM
  • NEWBIE
  • 40 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 3
    Replies
Hello,

I want to assign  like line 3, i have error
sObject sObj = new QuoteLineItem();
sObject s = new ContractLineItem();

s.get(fieldToCompare) = sObj.get(fieldToCompare);   //ERROR:Expression cannot be assigned
Can someone help me to achieve this use case ?

thanks in advance
 
Hello,

I want to query get the values from the already queried result dynamically
I have below snippet
for (QuoteLineItem q : qli){
                String a = 'Designation__c';
                if(String.isNotBlank(q.Designation__c)){  //Work
                            
                }
				if(String.isNotBlank(q.a)){        //Doest not Work
                            
                }
            }
Can anyone tell me, how could i resolve this issue 

thanks for advise
 
Hello,

Is the creation of "Service Contact" on "Account" is auomatic when the quote is passed to approved ?
what are rules for creation, etc

thanks for advice !
Hello,

I have deleted few fields in sandbox, how can i dilever thm by ant or change set...to say that they are deleted..
thanks for suggestion !
Hello,

I have a Standard Account page.

I want to replace one of the section by inline visualforce page.

Reason of the visualforce page is, i want to hide certain fields when depending on the picklist value.

My problem is, how is it possible that, when the SAVE button is clicked then the values entered in the inline section and the rest of the values in standard page anre saved together.

thanks for suggestion !
Hello,

What are some free and paid ways to integrate Saleforce with Trust-pilotWebsite

thansk for suggestion
Hello,

I have deleted few fields in sandbox, how can i dilever thm by ant or change set...to say that they are deleted..
thanks for suggestion !
Hello,

I have a Standard Account page.

I want to replace one of the section by inline visualforce page.

Reason of the visualforce page is, i want to hide certain fields when depending on the picklist value.

My problem is, how is it possible that, when the SAVE button is clicked then the values entered in the inline section and the rest of the values in standard page anre saved together.

thanks for suggestion !
Hello,

What are some free and paid ways to integrate Saleforce with Trust-pilotWebsite

thansk for suggestion