• ss123
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 11
    Questions
  • 27
    Replies

All contacts from Account name =0017000000qz98bAAA with no case attched to them will be deleted

it is timing out

 

code for query is in following message

 

purge code not working in production but it is working in Full sandbox

 

 

 

 

 

SELECT Id FROM Contact WHERE CreatedDate <=:startDate  AND AccountId = '0017000000qz98bAAA' AND  id not in (select ContactId from Case) LIMIT 10000]

Hi SO I have a multiselect picklist on VF page
everything is goog all i need is to hide some values from picklist when a value from another picklist has selected
So there are two picklist
A (category)has categories
B (Cancellation reasons)has values for all those categories in one picklist
need to select multiple values from multiple categories
category  is only for display nothing else
now i need to show certain values depending upon the category selected
from picklist B
any help will be great

Identity Verification(category)
Did not provide identity documents
Incorrect customer phone number
Couldn't reach CX after multi attempts
Could not verify stated address

Income Verification(category)
Did not provide income documents
Could not verify income (Microbilt)
Could not verify stated income

I have a multiselect picklist cancellation reason which has some text values stored in it

example:

Incorrect Employer phone number

No longer employed by stated employer

Never employed by stated employer

Couldn't reach employer, multi attempts

Self Employed

 

code for these

EV1

EV2

EV3

EV4

but I need to send out codes for these values to .net listner using outbound messages

it is sending these values above in list

just need to send their code

 

my questions is how can i do with a formula or is there a way to do

like i store codes in picklist however show text on visual force page for those values

 

or how can send code if store text in picklist value

 

We have lots of File storage sitting while we are out of Data storage and I was wondering is there any way to convert or use file storage as data storage

I need to create three pick list and say 3rd is dependent on 2nd and 2nd is dependent 1st

however I can't make second multiselect type and make 3rd dependent on this

Any one know how to get this done any other options I can use

Hello There,

I am trying to get my production Data in Sandbox (at least 200-300 records from every object)

and I am not able to do so so far

Please help

Thanks

Need to delete all contact with no case attached to it and created before 12/31/12 How Can i do that non programmatically or programatically