• new_bie
  • NEWBIE
  • 0 Points
  • Member since 2013

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

Hi

 

I am little confuse about read-only and read/write access record in sharing rules?

 

what these statements(read-only and read/write) exactly tells. 

 

 

regards

Hi

 

what is meant by Selective and Non-selective Query.

 

Can you Explain with small scenario where it can be used.

 

 

Regards.

Hi

 

I wanna small clarification abt the below expression

"\\D*?(\\d\\D*?){10}"

 

can any one explain each and evering in that exp.

like

\\D*?

\\d

\\D

 

NOT(REGEX(Phone, "\\D*?(\\d\\D*?){10}"))

 

Regards..

Hi 

 

I created a lead assignment rule

 

rulename--->Rule1

 

criteria-----> leadowner equlas to ABC

 

Assign to ---> (queue name) XYZ

 

As of my expections output is leadowner XYZ. but

after creating a lead record i found  leadowner ABC.

what is the problem?

 

Regards.

 

Hi

 

How to lock the record by using record types.

 

can you explai the steps.

 

regards.

Hi 

 

what are the Indexed fields in salesforce.

 

Which sittuation we are using INDEXED fields.

 

Can you explain with a small example.

 

Regards.

Hi

 

while creating workflow on task object, SendEmail action is not available.

 

can you please explain what is the reson for that.

 

Hi

 

i am confused to below statement, can you explain the staments. 

 

Apexpages.addMessge(new apexpages.message(apexpages.severity.info,'error message'))

 

Apexpages.message mymsg=new Apexpages.message(apexpages.severity, summary, detail);

 

how many ways create a object in apex?

 

 

Regards..

Hi

 

Difference between <apex:pagemessages> vs <apex:messages>

 

In which sittuation we are using <apex:pagemessages> and <apex:messages>.

 

can you explain.

 

Regards.

Hi

 

i am new to salesforce how to print 1 to 10 numbers in salesforce.
can you please give me Apex class and testclass for this.

 

i wrote a class

 

public class printTenNumbers{
public integer num{get;set;}
public integer print(){
for(num=0;num<=10;num++){
system.Debug(num);
}
return num;
}
}

 

how to check whether it is working or not.

 

Regards.

Hi

 

what is meant by Selective and Non-selective Query.

 

Can you Explain with small scenario where it can be used.

 

 

Regards.

Hi 

 

I created a lead assignment rule

 

rulename--->Rule1

 

criteria-----> leadowner equlas to ABC

 

Assign to ---> (queue name) XYZ

 

As of my expections output is leadowner XYZ. but

after creating a lead record i found  leadowner ABC.

what is the problem?

 

Regards.

 

Hi

 

How to lock the record by using record types.

 

can you explai the steps.

 

regards.

Hi 

 

what are the Indexed fields in salesforce.

 

Which sittuation we are using INDEXED fields.

 

Can you explain with a small example.

 

Regards.

Hi

 

i am confused to below statement, can you explain the staments. 

 

Apexpages.addMessge(new apexpages.message(apexpages.severity.info,'error message'))

 

Apexpages.message mymsg=new Apexpages.message(apexpages.severity, summary, detail);

 

how many ways create a object in apex?

 

 

Regards..

Hi

 

Difference between <apex:pagemessages> vs <apex:messages>

 

In which sittuation we are using <apex:pagemessages> and <apex:messages>.

 

can you explain.

 

Regards.

Hi

 

i am new to salesforce how to print 1 to 10 numbers in salesforce.
can you please give me Apex class and testclass for this.

 

i wrote a class

 

public class printTenNumbers{
public integer num{get;set;}
public integer print(){
for(num=0;num<=10;num++){
system.Debug(num);
}
return num;
}
}

 

how to check whether it is working or not.

 

Regards.