-
ChatterFeed
-
0Best Answers
-
1Likes Received
-
0Likes Given
-
9Questions
-
2Replies
site.com
Hi,
I want to add part of the visualforce page into side.com page template.
pls help me.
I want to add part of the visualforce page into side.com page template.
pls help me.
-
- Gm Chouhan
- September 22, 2014
- Like
- 0
- Continue reading or reply
site.com
Hi,
I am using Data Tables and Forms in site.com page and i want to write custom CSS for Data Tables and Forms.
pls Help me
I am using Data Tables and Forms in site.com page and i want to write custom CSS for Data Tables and Forms.
pls Help me
-
- Gm Chouhan
- September 22, 2014
- Like
- 0
- Continue reading or reply
-
- Gm Chouhan
- September 22, 2014
- Like
- 0
- Continue reading or reply
bootstrap theme
hi,
i have a bootstrap theme and want to convert all web page into site.com
can anybody help me what is the processor i will follw.
pls help me..
i have a bootstrap theme and want to convert all web page into site.com
can anybody help me what is the processor i will follw.
pls help me..
-
- Gm Chouhan
- September 19, 2014
- Like
- 0
- Continue reading or reply
create web page into side.com with bootstrap
hi,
i want to create web page on side.com with bootstarp like responsive themes.
can you help me how to create web page with bootstarp.
pls help me....
i want to create web page on side.com with bootstarp like responsive themes.
can you help me how to create web page with bootstarp.
pls help me....
-
- Gm Chouhan
- September 18, 2014
- Like
- 0
- Continue reading or reply
apex list value store into java array variable
hi,
i have create list in apex and i want to list value into java script array variable.
pls help me.....
i have create list in apex and i want to list value into java script array variable.
pls help me.....
-
- Gm Chouhan
- June 20, 2014
- Like
- 1
- Continue reading or reply
i want to shuffle image randomly
Hi....
i have upload same image in static resource and i want shuffle those images randomly after some time.
pls help....
i have upload same image in static resource and i want shuffle those images randomly after some time.
pls help....
-
- Gm Chouhan
- June 17, 2014
- Like
- 0
- Continue reading or reply
Nested Batch Apex Calling
i have writed 2 batch apex
--------------------------
1 st
-------------------
global class AccountBatchApex1 implements Database.Batchable<sObject>{
global Database.QueryLocator start(Database.BatchableContext bc)
{
System.debug('Account Batch Apex1 Staring...........111111111111111')
String query='SELECT Phone FROM Account limit 1 order by desc';
return Database.getQueryLocator(query);
}
global void execute(Database.BatchableContext bc,List<Account> scope){
for(Account a:scope){
a.phone+=1;
}
update scope;
}
global void finish(Database.BatchableContext bc){
System.debug('Ok Account Batch Apex1 fineshed.........11111111111111111');
AccountBatchApex2 aba2 = new AccountBatchApex2();
Database.executeBatch(aba2);
}
}
-----------------------------------
2nd
---------------------------
global class AccountBatchApex2 implements Database.Batchable<sObject>{
global Database.QueryLocator start(Database.BatchableContext bc)
{
System.debug('Account Batch Apex2 Staring...........2222222222222222')
String query='SELECT name, Phone FROM Account limit 1 order by desc';
return Database.getQueryLocator(query);
}
global void execute(Database.BatchableContext bc,List<Account> scope){
for(Account a:scope){
a.phone+=1;
}
update scope;
}
global void finish(Database.BatchableContext bc){
System.debug('OK Account Batch Apex 2 finished.........2222222222');
AccountBatchApex1 aba1 = new AccountBatchApex1();
Database.executeBatch(aba1);
}
}
--------------------------
phone no = 10
but no method execution......pls help
--------------------------
1 st
-------------------
global class AccountBatchApex1 implements Database.Batchable<sObject>{
global Database.QueryLocator start(Database.BatchableContext bc)
{
System.debug('Account Batch Apex1 Staring...........111111111111111')
String query='SELECT Phone FROM Account limit 1 order by desc';
return Database.getQueryLocator(query);
}
global void execute(Database.BatchableContext bc,List<Account> scope){
for(Account a:scope){
a.phone+=1;
}
update scope;
}
global void finish(Database.BatchableContext bc){
System.debug('Ok Account Batch Apex1 fineshed.........11111111111111111');
AccountBatchApex2 aba2 = new AccountBatchApex2();
Database.executeBatch(aba2);
}
}
-----------------------------------
2nd
---------------------------
global class AccountBatchApex2 implements Database.Batchable<sObject>{
global Database.QueryLocator start(Database.BatchableContext bc)
{
System.debug('Account Batch Apex2 Staring...........2222222222222222')
String query='SELECT name, Phone FROM Account limit 1 order by desc';
return Database.getQueryLocator(query);
}
global void execute(Database.BatchableContext bc,List<Account> scope){
for(Account a:scope){
a.phone+=1;
}
update scope;
}
global void finish(Database.BatchableContext bc){
System.debug('OK Account Batch Apex 2 finished.........2222222222');
AccountBatchApex1 aba1 = new AccountBatchApex1();
Database.executeBatch(aba1);
}
}
--------------------------
phone no = 10
but no method execution......pls help
-
- Gm Chouhan
- June 12, 2014
- Like
- 0
- Continue reading or reply
-
- Gm Chouhan
- June 05, 2014
- Like
- 0
- Continue reading or reply
apex list value store into java array variable
hi,
i have create list in apex and i want to list value into java script array variable.
pls help me.....
i have create list in apex and i want to list value into java script array variable.
pls help me.....
-
- Gm Chouhan
- June 20, 2014
- Like
- 1
- Continue reading or reply
bootstrap theme
hi,
i have a bootstrap theme and want to convert all web page into site.com
can anybody help me what is the processor i will follw.
pls help me..
i have a bootstrap theme and want to convert all web page into site.com
can anybody help me what is the processor i will follw.
pls help me..
- Gm Chouhan
- September 19, 2014
- Like
- 0
- Continue reading or reply
create web page into side.com with bootstrap
hi,
i want to create web page on side.com with bootstarp like responsive themes.
can you help me how to create web page with bootstarp.
pls help me....
i want to create web page on side.com with bootstarp like responsive themes.
can you help me how to create web page with bootstarp.
pls help me....
- Gm Chouhan
- September 18, 2014
- Like
- 0
- Continue reading or reply