• Ravi B
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 5
    Replies
Hi All,

 How to focus the lookup image icon after selecting the values from pop window.
 means after values getting populated i need to show the focus on lookup image only.

Thanks,
Ravi
Hi all,
  
  Can anyone help me to validate mobile number in a custom object i.e i have created one custem object inthat i added one field type as mobile custom filed data type is phone i want to give a validation to this field when i am saving that field by using javascript or formulat type

1 it must be 10 digts number and no spaces and no characters allow

 i checked with formul type validation it didnot showing any fiels type of my custom filed(mobile__c)

Thanks,
Ravi B
  • March 24, 2014
  • Like
  • 0


Does anyone know if there's any way to do this? As far as I can tell is it's possible to override a custom object tab with a functional page (Vfpage), which seems ridiculous, but I can't find anything that explains it or works.  Yes, I'm aware of the many examples of overriding a standard object tab; with my vf page
  • March 22, 2014
  • Like
  • 0
Hi
  i am new to salesforce i want to please give a sample code for this,please help me out
  for reference i have attacthed url please check
  like this :http://youhack.me/2010/05/04/username-availability-check-in-registration-form-using-jqueryphp/

please share me code if any one have
  • March 14, 2014
  • Like
  • 0
Hi
  i am new to salesforce i want this please give a sample code for this,pleas help me out
for reference i have attacthed url please check
like this :http://youhack.me/2010/05/04/username-availability-check-in-registration-form-using-jqueryphp/

please share me code if any one have
  • March 14, 2014
  • Like
  • 0
Hi 
  i am new to salesforce i want this please give a sample code for this,pleas help me out
for reference i have attacthed url please check
like this :http://youhack.me/2010/05/04/username-availability-check-in-registration-form-using-jqueryphp/

please share me code if any one have

  
  • March 14, 2014
  • Like
  • 0
Hi,

I am trying to debug an Apex trigger in my sandbox. I have serveral System.debug statements which I see fime using Developer Console but I need to see them in debug log as I am running an integration API. I have modified the debug log filters (see below) but never see the debug.

Here I have changed filter on APEX_CODE to FInest and Debug but no System.debug statements are presented.


14.0 APEX_CODE,FINEST
12:33:57.054 (54988000)|ENTERING_MANAGED_PKG|TargetX_SRMb
12:33:57.055 (55190000)|HEAP_ALLOCATE|[71]|Bytes:3
12:33:57.055 (55220000)|HEAP_ALLOCATE|[76]|Bytes:152
12:33:57.055 (55241000)|HEAP_ALLOCATE|[272]|Bytes:408
12:33:57.055 (55266000)|HEAP_ALLOCATE|[285]|Bytes:408
12:33:57.055 (55290000)|HEAP_ALLOCATE|[379]|Bytes:48
12:33:57.055 (55332000)|HEAP_ALLOCATE|[131]|Bytes:6
12:33:57.055 (55406000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:8
12:33:57.055 (55418000)|VARIABLE_SCOPE_BEGIN|[1]|this|TargetX_SRMb.setFeeWaiverInfo|true|false
12:33:57.055 (55462000)|VARIABLE_ASSIGNMENT|[1]|this|{}|0x3497f74
12:33:57.055 (55685000)|HEAP_ALLOCATE|[50]|Bytes:5
12:33:57.055 (55714000)|HEAP_ALLOCATE|[56]|Bytes:5
12:33:57.055 (55725000)|HEAP_ALLOCATE|[63]|Bytes:7
12:33:57.059 (59123000)|CODE_UNIT_STARTED|[EXTERNAL]|01qf00000000DRe|studentStage on Application trigger event BeforeUpdate for [a00f0000004fGKb, a00f00000051SDX]
12:33:57.059 (59141000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:12
12:33:57.059 (59147000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:12
12:33:57.059 (59179000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:37
12:33:57.059 (59190000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:4
12:33:57.059 (59200000)|VARIABLE_SCOPE_BEGIN|[1]|this|studentStage|true|false
12:33:57.059 (59219000)|VARIABLE_ASSIGNMENT|[1]|this|{}|0x628e4d06
12:33:57.059 (59233000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:4
12:33:57.059 (59241000)|VARIABLE_SCOPE_BEGIN|[1]|this|studentStage|true|false
12:33:57.059 (59252000)|VARIABLE_ASSIGNMENT|[1]|this|{}|0x628e4d06
12:33:57.059 (59259000)|STATEMENT_EXECUTE|[1]
12:33:57.059 (59269000)|STATEMENT_EXECUTE|[4]
12:33:57.059 (59302000)|CODE_UNIT_FINISHED|studentStage on Application trigger event BeforeUpdate for [a00f0000004fGKb, a00f00000051SDX]
12:33:57.098 (98416000)|ENTERING_MANAGED_PKG|TargetX_SRMb
12:33:57.098 (98490000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:8
12:33:57.098 (98502000)|VARIABLE_SCOPE_BEGIN|[1]|this|TargetX_SRMb.EnrollmentDepositTrigger|true|false
12:33:57.098 (98545000)|VARIABLE_ASSIGNMENT|[1]|this|{}|0x4f071cdc
12:33:57.101 (101745000)|ENTERING_MANAGED_PKG|TargetX_SRMb
12:33:57.101 (101808000)|HEAP_ALLOCATE|[EXTERNAL]|Bytes:12
12:33:57.101 (101818000)|VARIABLE_SCOPE_BEGIN|[1]|this|TargetX_SRMb.ApplicationInsertTrigger|true|false


14.0 APEX_CODE,DEBUG
12:35:30.068 (68106000)|ENTERING_MANAGED_PKG|TargetX_SRMb
12:35:30.070 (70783000)|CODE_UNIT_STARTED|[EXTERNAL]|01qf00000000DRe|studentStage on Application trigger event BeforeUpdate for [a00f0000004fGKb, a00f00000051SDX]
12:35:30.070 (70883000)|CODE_UNIT_FINISHED|studentStage on Application trigger event BeforeUpdate for [a00f0000004fGKb, a00f00000051SDX]
12:35:30.094 (94490000)|ENTERING_MANAGED_PKG|TargetX_SRMb
12:35:30.097 (97310000)|ENTERING_MANAGED_PKG|TargetX_SRMb

Thanks

Jon
Hi
  i am new to salesforce i want this please give a sample code for this,pleas help me out
for reference i have attacthed url please check
like this :http://youhack.me/2010/05/04/username-availability-check-in-registration-form-using-jqueryphp/

please share me code if any one have
  • March 14, 2014
  • Like
  • 0
Hi 
  i am new to salesforce i want this please give a sample code for this,pleas help me out
for reference i have attacthed url please check
like this :http://youhack.me/2010/05/04/username-availability-check-in-registration-form-using-jqueryphp/

please share me code if any one have

  
  • March 14, 2014
  • Like
  • 0