• Prashanth Samudrala
  • NEWBIE
  • 130 Points
  • Member since 2014
  • Consultant
  • iridiuminteractive


  • Chatter
    Feed
  • 4
    Best Answers
  • 0
    Likes Received
  • 1
    Likes Given
  • 1
    Questions
  • 15
    Replies
Hi I have this formula which is working fine. Now I would like to include in the formula this line

IMAGE( IF( pba__SystemHasClosedClosing__c  = True , "http://firstmallorca.force.com/static/resource/listingstatus/Closing.png",""), "")

Can you please help me to onclude this line in to the formula. 

Also this picklist value shoul be condioned only if pba__SystemHasClosedClosing__c  = False

IMAGE( 
CASE( pba__Status__c , 
"In Acquisition", "http://firstmallorca.force.com/static/resource/listingstatus/Inpreparation.png", 
"In Preparation", "http://firstmallorca.force.com/static/resource/listingstatus/Inpreparation.png", 
"Active", "http://firstmallorca.force.com/static/resource/listingstatus/Active.png", 
"Reserved", "http://firstmallorca.force.com/static/resource/listingstatus/Reserved.png", 
"Blocked", "http://firstmallorca.force.com/static/resource/listingstatus/Blocked.png", 
"Rented by FM", "http://firstmallorca.force.com/static/resource/listingstatus/RentedbyFM.png", 
"Rented by competitor", "http://firstmallorca.force.com/static/resource/listingstatus/Rentedbycompetitor.png", 
"Rented privately", "http://firstmallorca.force.com/static/resource/listingstatus/Rentedprivately.png", 
"Sold by FM", "http://firstmallorca.force.com/static/resource/listingstatus/SoldbyFM.png", 
"Sold by competitor", "http://firstmallorca.force.com/static/resource/listingstatus/Soldbycompetitor.png", 
"Sold privately", "http://firstmallorca.force.com/static/resource/listingstatus/Soldprivately.png", 
"Withdrawn/Archived", "http://firstmallorca.force.com/static/resource/listingstatus/Withdrawnarchived.png", 
"/s.png"), 
"status color")
Hi,

I have created all type of report as mentioned in requirement, but getting this error messageUser-added image

the dashboard which i have created is ..
User-added image
Hi Friends,

Is it possible to deploy managed package from sandbox to production. Kindly give me the accurate solution .

many Thanks in advance.

Regards,
Soundar Rajan P.
Hi All,

I have created a domain

saravanansfd-developer-edition.ap1.force.com

But i don't want foce.com from the above domain link .I think it also added into site URL.Please let me know how do I remove
force.com from URL.

Thanks in advance!!

I have run into this intriguing problem when trying to retrieve a Dashboard member for an Org with a namespace prefix enabled (works fine for an Org without a namespace prefix). The Dashboard Folder in question is a custom Dashboard Folder and has all permission enabled. 

Thoughts? 

Prashanth
Hi Expert,

I want to intgrate data into salesforec from my hybrid Mobile Application. Can you please suggest about integration process use for here(Mobile App data  into salesforec).

Please suggest an idea.

Many Thanks   

Mukesh 
Hi guys,

How can I keep records of emails that I send to clients from within the case record. So I am able to send an email to a client from within the record, fine. None of the replies are being added to the record.

Am I missing something? 
Hi Guys..!!

I Have a query, can we integrate Truecaller with Salesforce..??
Hi Everyone,
Can someone help me finding if there are any references or docs that have prerequisites and step by step process to build force.com authenticated sites from scratch.

Thanks
Ckrdy

Hi All

I created a visualforce page in my page there are many div i want to create tabs for each div on this page.

How i will do?

Please help me

Thanks in advance

when i m trying to complete my chalange regarding rollupsummary

Challenge Not yet complete... here's what's wrong: 
There was an unexpected error in your org which is preventing this assessment check from completing: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, Error mesage: []
 
Hi I have this formula which is working fine. Now I would like to include in the formula this line

IMAGE( IF( pba__SystemHasClosedClosing__c  = True , "http://firstmallorca.force.com/static/resource/listingstatus/Closing.png",""), "")

Can you please help me to onclude this line in to the formula. 

Also this picklist value shoul be condioned only if pba__SystemHasClosedClosing__c  = False

IMAGE( 
CASE( pba__Status__c , 
"In Acquisition", "http://firstmallorca.force.com/static/resource/listingstatus/Inpreparation.png", 
"In Preparation", "http://firstmallorca.force.com/static/resource/listingstatus/Inpreparation.png", 
"Active", "http://firstmallorca.force.com/static/resource/listingstatus/Active.png", 
"Reserved", "http://firstmallorca.force.com/static/resource/listingstatus/Reserved.png", 
"Blocked", "http://firstmallorca.force.com/static/resource/listingstatus/Blocked.png", 
"Rented by FM", "http://firstmallorca.force.com/static/resource/listingstatus/RentedbyFM.png", 
"Rented by competitor", "http://firstmallorca.force.com/static/resource/listingstatus/Rentedbycompetitor.png", 
"Rented privately", "http://firstmallorca.force.com/static/resource/listingstatus/Rentedprivately.png", 
"Sold by FM", "http://firstmallorca.force.com/static/resource/listingstatus/SoldbyFM.png", 
"Sold by competitor", "http://firstmallorca.force.com/static/resource/listingstatus/Soldbycompetitor.png", 
"Sold privately", "http://firstmallorca.force.com/static/resource/listingstatus/Soldprivately.png", 
"Withdrawn/Archived", "http://firstmallorca.force.com/static/resource/listingstatus/Withdrawnarchived.png", 
"/s.png"), 
"status color")
Hi,

I have created all type of report as mentioned in requirement, but getting this error messageUser-added image

the dashboard which i have created is ..
User-added image
Hi Friends,

Is it possible to deploy managed package from sandbox to production. Kindly give me the accurate solution .

many Thanks in advance.

Regards,
Soundar Rajan P.
Hi Everyone,

1. I want to retrive a metadata from a org when we will create the package. I can able to retrive but after retrival in few places of the component like formulas the namespace prefix is added 'Test__' becasue of this I can't able to deploy to the sandbox or the developer org. If I need to deploy without any error I have to remove this namespace prefix manually. Is there any way while retriving the metadata we can able to remove the namespace prefix in standard salesforce retrival?

<target name="NPD">
      <sf:retrieve username="${sf.username}" password="${sf.password}" serverurl="${sf.serverurl}" maxPoll="${sf.maxPoll}" retrieveTarget="test" unpackaged="test/package.xml"/>
    </target>

2. Once the development is done in the Sandbox we want move all the metadata to org where we will create a package.Before moving do i need to manually update the namespace prefix eg. IN workflow field update formulas.  Is this correct ? if yes can we able to automate this process.

Thanks in advance!!
 
Hi All,

I have created a domain

saravanansfd-developer-edition.ap1.force.com

But i don't want foce.com from the above domain link .I think it also added into site URL.Please let me know how do I remove
force.com from URL.

Thanks in advance!!

 

Salesforce.com Integration with Microsoft Team Foundation Server  for case / issue / Bug tracking solution, no more manual process. This is a complete automated 2 way Sync solution for pulling / pushing records from SFDC to TFS / TFS to SFDC

 

Video Demo - http://youtu.be/J7DDLSKfIxs

 

Sam

 

 

  • July 30, 2013
  • Like
  • 2