• psr
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies

Hi,

 

 

 

1.What things are cannot deploing force.com  IDE TOOL ?

 2.What things are cannot deploing USEING CHANGESETS?

 

 

Can u  explain  pls

 

 

Thanks

psr

  • May 01, 2013
  • Like
  • 0

i have doubt 

 

 

like   map<string,string> map1 = new map<string,string> ();

map1.put <null, salesforce>

 

is it possible ?  plz  help me

  • May 01, 2013
  • Like
  • 0

Hi,

 

I started building a flow to Create a Project Record, with multiple Milestone records and related Task records. Everything was going fine, until i added my 15th Record Create Element and starteg getting Apex Governor Limit Warnings:

 

Operation: /flow/interview.apexp

Caused the following Apex resource warnings:

 Number of SOQL queries: 97 out of 100

 

Is this happening because i'm creating too many records in the flow? 

If so, what are my options? Should I create subflows for each Milestone/Task Record grouping and embed them into a Master flow? Or does this require an Apex Plug-in?

 

Thanks,

Jennifer