Skip to main content

Greetings Lightning pro's! I have a URL hack from Classic that I want to turn into an Action or a Flow. I've been searching everywhere and am not sure how to do it. We have an OBJECT called, Network User, we we store every user and their access into every Adv. System we manage. I had a URL hack button where I'd create a New Contact off of the Network User object, and I'd pull in: First Name, Last Name, Title, EMail, State. The button would then create a new Contact and automatically populate those fields into a pre-defined Account ID that I set up in the hack. How do I create the Create Contact from a original Object in Lightning? I tried an action but I need a lookup field to find the Account so that won't work. Please help! :-/ I've been searching for weeks for an answer on boards, search, etc. Thanks in advance!

=========================================================

Here's what the actual URL hack was: 

/003/e?retURL=%2F0016000000KLbid&accid=(accountID here)&RecordType=012300000000S3R&name_firstcon2={!CNET_Networks_User__c.First_Name__c}&name_lastcon2={!CNET_Networks_User__c.Last_Name__c}&con5={!CNET_Networks_User__c.Title_Position__c}&00N60000001iGj8=No&con15={!CNET_Networks_User__c.Email__c}&00N60000002fwzb=No&00N60000002fMB9=US&00N60000002fMB4=United States&ent=Contact&00N60000002fMAp={!CNET_Networks_User__c.State_SFDC__c}

3 comentarios
0/9000