Anup Prakash
IndividualForum Replies Created
-
Anup
MemberJune 22, 2016 at 8:24 am in reply to: Setup Product Images to display on Quote TemplatesHi Bruce,
It is very much possible. If you are to use an Online Image Storage then that sounds pretty feasible. You could have a Url field on the Product that would be used to store the Image url. (You can use Files Object for this as well). And then create a Formula field on the QuoteLineItem
"(IMAGE(Product2.ImageUrlField__c, "Image Not Available", 75,75))". Having done this we could have the Quote template looking at this field and the Image could be populated.Please let us know f this Helps in any way.
-
Anup
MemberApril 14, 2016 at 8:12 am in reply to: Getting Error when using map in Dynamic query:- System.QueryException: unexpected token: '(' in the SOQL queryAlso I have notices a difference of name between the variable you specified and the one referred in code. That too could be troublesome.
-
Anup
MemberApril 14, 2016 at 8:10 am in reply to: How to create a wizard to show multiple pages using one Visualforce page without changing URL?You could use components. And render the components based of the requirements.
-
Anup
MemberApril 14, 2016 at 8:08 am in reply to: How to make custom report on visualforce page without using standard functionality?I wonder if you are looking for Charts rather reports. If reports then you could opt for fusion charts, google charts and there are plenty of providers in the market. If you need sample for fusion let know may be could help you.
-
I am sure it is a combination of both the number of records on object and the number of fields that have data populated on the object. Although there is a knowledge article that speaks a lot : https://help.salesforce.com/apex/HTViewSolution?id=000193871
may be helpful.
-
A very positive suggestion.
-
Anup
MemberApril 14, 2016 at 7:57 am in reply to: What are the Available formats for report in Salesforce?https://help.salesforce.com/HTViewHelpDoc?id=reports_changing_format.htm
I am sure the provided link would be of great help.
-
Anup
MemberApril 13, 2016 at 9:44 am in reply to: How to fetch list view columns without using MetaData Api Call?Hi Neha,
Metadata APi would be needed to be consumed if we are wanting to get the ListView Column names. Can I some more Insights to the requirement if this does not help answer your query. May be I would be of more of a help then.
-
Anup
MemberApril 13, 2016 at 9:25 am in reply to: Why attachment is converting to link by sending email from salesforce?Hi Akash,
This happens when we exceed the Limits of Mail Content Size. Look for your PDFs that are being attached. I am positive that this would be the case. If this helps resolved buzz to the forum chain.
Mr-A
-
Anup
MemberApril 13, 2016 at 9:21 am in reply to: I am getting "Unable to load org details error". How can it be fixed?Hey Portia,
Please let us know if the issue was resolved. Else may be discussions could be made and have it resolved.
-
Anup
MemberApril 13, 2016 at 9:18 am in reply to: How to group a column by the content of the cell?You could have another field that would indicate the Product Code corresponding to the Product. Having this get done you could use Native Salesforce Reporting and achieve the functionality. Else would have to go with Custom Development.