-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
6Questions
-
9Replies
How can i retrive already existing templates in my SFDC account.
Hi,
How can i store templates in SFDC,and how can i retrive already existing templates in my SFDC account.
(<apex:composition template="{!$Site.Template}">)
this Template i am not finding it in static resource,how can i find this template'
C Narendra
-
- narendev
- August 28, 2012
- Like
- 0
- Continue reading or reply
onmouseover the image size should increase
Hi
When i place my mouse over(onmouseover),a image in the VF page the image should expand its size,
how can i achive this functionality.
C Narendra
-
- narendev
- August 24, 2012
- Like
- 0
- Continue reading or reply
Retrieve records using Query Locator
Hi
I need to retrieve more than 50,000 records,hope this can be achieved using query locator.
How to use query locator in apex programing and how to disply the records in vf page.
Help me out.
C Narendra.
-
- narendev
- August 23, 2012
- Like
- 0
- Continue reading or reply
If Rating = cold, The record should not be editable
Hai
For Account Object in Rating field------->if Rating = cold, the record should not be editable.
How can i achive this.
Please help me.
C Narendra
+91-9849896921.
-
- narendev
- August 14, 2012
- Like
- 0
- Continue reading or reply
condition to not enter duplicate names in salesforce
HI
I need to specify (a condition to not enter duplicate names in salesforce)for standard field object Account,
through validation rules (or) any way in Admin part not through coding(Triggers should not be used).
please help me out.
Narendra
-
- narendev
- August 12, 2012
- Like
- 0
- Continue reading or reply
SOQL queries on following Tables SUPPLIERS,PARTS,SHIPMENTS
Please Help me out in these queries.
1) Get supplier names for suppliers who supply all parts.
2) Get all pairs of supplier numbers who reside in the same city.
3) Get supplier names for suppliers who donot supply part p2.
SUPPLIERS | |||||
SUPPLIER_NUMBER | SUPPLIER_NAME | STATUS | CITY | ||
S1 | SARLA | 20 | MUMBAI | ||
S2 | UMA | 10 | CHENNAI | ||
S3 | NEHRU | 30 | CHENNAI | ||
S4 | PRIYA | 20 | MUMBAI | ||
S5 | ANAND | 30 | DELHI | ||
PARTS | |||||
PART NUMBER | PART NAME | COLOR | WEIGHT | CITY | |
P1 | NUT | RED | 12 | MUMBAI | |
P2 | BOLT | GREEN | 17 | CHENNAI | |
P3 | SCREW | BLUE | 17 | BENGALURU | |
P4 | SCREW | RED | 14 | MUMBAI | |
P5 | CAM | BLUE | 12 | CHENNAI | |
P6 | COG | RED | 19 | MUMBAI | |
SHIPMENTS | |||||
SUPPLIER NUMBER | PART NUMBER | QUANTITY | |||
S1 | P1 | 300 | |||
S1 | P2 | 200 | |||
S1 | P3 | 400 | |||
S1 | P4 | 200 | |||
S1 | P5 | 100 | |||
S1 | P6 | 100 | |||
S2 | P1 | 300 | |||
S2 | P2 | 400 | |||
S3 | P2 | 400 | |||
S4 | P2 | 200 | |||
S4 | P4 | 300 | |||
S4 | P5 | 400 | |||
-
- narendev
- July 25, 2012
- Like
- 0
- Continue reading or reply
If Rating = cold, The record should not be editable
Hai
For Account Object in Rating field------->if Rating = cold, the record should not be editable.
How can i achive this.
Please help me.
C Narendra
+91-9849896921.
- narendev
- August 14, 2012
- Like
- 0
- Continue reading or reply
condition to not enter duplicate names in salesforce
HI
I need to specify (a condition to not enter duplicate names in salesforce)for standard field object Account,
through validation rules (or) any way in Admin part not through coding(Triggers should not be used).
please help me out.
Narendra
- narendev
- August 12, 2012
- Like
- 0
- Continue reading or reply
SOQL queries on following Tables SUPPLIERS,PARTS,SHIPMENTS
Please Help me out in these queries.
1) Get supplier names for suppliers who supply all parts.
2) Get all pairs of supplier numbers who reside in the same city.
3) Get supplier names for suppliers who donot supply part p2.
SUPPLIERS | |||||
SUPPLIER_NUMBER | SUPPLIER_NAME | STATUS | CITY | ||
S1 | SARLA | 20 | MUMBAI | ||
S2 | UMA | 10 | CHENNAI | ||
S3 | NEHRU | 30 | CHENNAI | ||
S4 | PRIYA | 20 | MUMBAI | ||
S5 | ANAND | 30 | DELHI | ||
PARTS | |||||
PART NUMBER | PART NAME | COLOR | WEIGHT | CITY | |
P1 | NUT | RED | 12 | MUMBAI | |
P2 | BOLT | GREEN | 17 | CHENNAI | |
P3 | SCREW | BLUE | 17 | BENGALURU | |
P4 | SCREW | RED | 14 | MUMBAI | |
P5 | CAM | BLUE | 12 | CHENNAI | |
P6 | COG | RED | 19 | MUMBAI | |
SHIPMENTS | |||||
SUPPLIER NUMBER | PART NUMBER | QUANTITY | |||
S1 | P1 | 300 | |||
S1 | P2 | 200 | |||
S1 | P3 | 400 | |||
S1 | P4 | 200 | |||
S1 | P5 | 100 | |||
S1 | P6 | 100 | |||
S2 | P1 | 300 | |||
S2 | P2 | 400 | |||
S3 | P2 | 400 | |||
S4 | P2 | 200 | |||
S4 | P4 | 300 | |||
S4 | P5 | 400 | |||
- narendev
- July 25, 2012
- Like
- 0
- Continue reading or reply