• venkat,pattapu
  • NEWBIE
  • 10 Points
  • Member since 2016
  • venkat
  • Zensar Technologies


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 2
    Questions
  • 9
    Replies
Hello All,

Chrome and Mozilla extension are not working in my Sandbox,I'm cracking my head from past 2 days but I'm not able to find the solution am i missing any thing in profile level or user level settings..? previously I didn't face this type of issue in any sandbox and it's working perfect in Developer edition,Piece of help would be very greatful.

Chrome Extension LInk :https://chrome.google.com/webstore/detail/salesforce-advanced-code/lnkgcmpjkkkeffambkllliefdpjdklmi?hl=en-US

Thanks in Advance...

Error that was getting when we searched for any apex class
Hello All,

Chrome and Mozilla extension are not working in my Sandbox,I'm cracking my head from past 2 days but I'm not able to find the solution am i missing any thing in profile level or user level settings..? previously I didn't face this type of issue in any sandbox and it's working perfect in Developer edition,Piece of help would be very greatful.

Chrome Extension LInk :https://chrome.google.com/webstore/detail/salesforce-advanced-code/lnkgcmpjkkkeffambkllliefdpjdklmi?hl=en-US

Thanks in Advance...

Error that was getting when we searched for any apex class
I have a Visualforce page that prints in pdf format.  I want the barcode, which is generated by a third party site, to display in the pdf when I print it.  How can I do this? 

I have two fields in my Salesforce custom object page - one named Barcode__c for a string and one named Barcode_View__c with a formula as follows (which works fine):
IMAGE("//www.barcodesinc.com/generator/image.php?code="&Barcode__c&"&style=325&type=C128B&width=200&height=50&xres=1&font=3",Barcode__c)

In my Visualforce page, I've tried the following four codes, all of which display either a URL or a broken link, but not the barcode itself.  How do I get the barcode to appear in the pdf?
  
 1) This displays the URL  <apex:outputText value="{!RMAShpipmentHeader.Barcode_View__c}"> </apex:outputText>

 2) This displays a broken link <apex:image value="{!URLFOR('http://www.barcodesinc.com/generator/image.php',null,[code='{!RMAShpipmentHeader.Barcode__c}', style=325,type='C128B', width=200, height=50, xres=1, font=3])}" />   
   
3) This displays a broken link  <apex:image value="http://www.barcodesinc.com/generator/image.php?code={!RMAShpipmentHeader.Barcode__c}%26style=325%26‌​type=C128B%26width=200‌​%26height=50%26xres=1%26fo‌​nt=3" />
   
 4) This displays the URL  IMAGE("//www.barcodesinc.com/generator/image.php?code={!RMAShpipmentHeader.Barcode__c}"&"&style=325&type=C128B&width=200&height=50&xres=1&font=3","{!RMAShpipmentHeader.Barcode__c}")

Thanks,
Dawn
Hi All,
Can any one help me for ANT setup and configuration step by step process 
It is urgent to our end, I have to deploy through the ANT tool only.

Thanks 
Bheem
Hi everyone,

I want to change the page layout for one action of the mobile smart actions. Does anyone know where I can find the layout?

Thanks.
Best regards.

It stands to reason that one sandbox should be available in "30 day trial edition" (it even says that a sandbox will be available while signing up for trial)

 

But I am unable to find one in mine.

 

Attaching my set up screenshot.

 

As you can see I dont see "Sandbox" under "Data Management"

 

http://i.imgur.com/G8Zjauy.png

 

http://i.imgur.com/UaMBRc9.png

  • April 20, 2013
  • Like
  • 0

Hi,

 

After installing a managed package from AppExchange, we can assign the package licenses using manage licenses link. Is there any way either using APEX or any API (enterprise/partner/metadata) to retrieve the information about managed package license assignment for an org.

 

 

 

Best Regards,

Lakhan Prajapati

Hi all,

 

I have a question, my case is I two profiles, one for Admin and other for Non Admin.

I have my page and class in Enable visualforce access & Enable apex class access in Non Admin profile.. All fields level security have been checked.. All the Custom Object Permissions hae been checked

 

There is a button call Visualforce page in a custom object.

For Admin profile everything works fine.

 

In Non Admin Profile, if View Setup and Configuration permission is checked, accessing the visualforce page works fine. If View Setup permission is unchecked, I can access to visualforce page but after I select any picklists in visualforce page -> Insufficient Privileges error message is shown

Are there any settings that need to be done? Any suggestions would be great..

 

Thanks

Hi,

I have a requirement wherein I need to create and display barcode in a pdf page genereated using Visualforce. Does any one have an idea on how to do this?

I understand that there are special fonts which can displays the text in a barcode format. But there are limitations too on the salesforce server which generates Fonts for pdf. Will Visualforce Pdf support such a font?

Thanks