• Madhukar Reddy 23
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
I have one requirement like My briefcase is the visual force page contain Dynamic view tabs beside we need to add one Refresh button how to achieve this requirement.when i click on Refresh button all tabs should be refresh at once. could you please help me to reslove mey issue Thanks in advance.please let me know need more clarification.
User-added image
Hi Everyone,

My Scenario is create two fields
product category” as the first lookup(Product2) and then the “Product Name/Code” as the second lookup(Product2) into Child Object (Request__c).

Note:  here main problem is reffering same Parent Object(Product2) in Child Object

Here my client expecting first lookup user going to select perticuler Category 

Product Category 
Samsung
IPHONE
SONY

Samsung :(user Clicks First lookup values is Samsung in second lookup need to display some dependeny mentioned below )

Product  Name/code(Lookup)
S-3652
S-2564
S-1234

IPHONE:(user Clicks First lookup values is IPHONE in second lookup need to display some dependeny mentioned below )

Product name/code(Lookup)
I6
I7
I8

Sony:(user Clicks First lookup values is Sony in second lookup need to display some dependeny mentioned below )

Product Name/code(Lookup)
Sony-1234
Sony-5664
Sony-4568

I'm implemented same functionlity using picklist dependency its working fine but my client expecting above scenario. 

Can you please guide me how to achive this scenrion in Salesforce .


PFA

User-added image
In Process Builder, I've created a process that, when a new Account is created, creates a new Contact record, whose fields' values come from custom fields on my Account object. My process works as expected as far as creating the new Contact with the field values that I want. However, I would like the Contact to lookup to that Account. When I try to assign the following Contact field in the Process Builder

Account Id = [Account__c].Id

I get the following error when I try to create an Account and trigger my process.

Workflow Action Failed to Trigger Flow
The record couldn’t be saved because it failed to trigger a flow. 
A flow trigger failed to execute the flow with version ID 301j0000000TsHi. 
Contact your administrator for help. 


I assume this is because the Account hasn't actually been inserted yet and has no ID, but how do I get around this. It seems like a very common scenario to want to relate your newly created records to the "triggering" record.
Thanks in advance,
Lori