• 丹 朱
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 3
    Replies
I wrote a code. The code can open new Account page。
createRecordType: function(component, event, helper) {
      var createRecordEvent = $A.get("e.force:createRecord");
      createRecordEvent.setParams({
         "entityApiName": "Account"
      });
      createRecordEvent.fire();
   }

Now,I want to open Account Search Page, How can I do it?

User-added image
Who can help me? Thank you!!!
I hava a lightning:inputField.
I want to set the value of lightning:inputField by code?
The first time can set.
The second time can set the value,  but the placeholder content can't change.
How to set the value of lightning:inputField , and set the placeholder content of lightning:inputField ?
Who can help me???
Thank you!!!Thank you!!!

I wrote a code with lightning:inputField.
User-added image
I want to filler the right list content of lightning:inputField.
How to change the content of the right-hand selection list based on the selected value of the left object?
Who can help me?
Thank you!  Thank you!!!
 
I wrote a Lightning component to overwrite the Standard NEW Botton,
Lightning component is a popup page, The parent page is blank page.

I want the parent page is Standard List Page. 
How to do it, who can you help me?
 
<aura:component implements="lightning:actionOverride" access="global" >  
<div class="demo-only" style="height: 640px;">
  <section role="dialog" tabindex="-1" aria-labelledby="modal-heading-01" aria-modal="true" aria-describedby="modal-content-id-1" class="slds-modal slds-fade-in-open">
    <div class="slds-modal__container">
      <div class="slds-modal__content slds-p-around_medium" id="modal-content-id-1">
        111
      </div>
      <footer class="slds-modal__footer">
        <button class="slds-button slds-button_neutral">Cancel</button>
        <button class="slds-button slds-button_brand">Save</button>
      </footer>
    </div>
  </section>
  <div class="slds-backdrop slds-backdrop_open"></div>
</div> 
</aura:component>
User-added image
 
I have two objects(A_object and B_object), A_object has two fields(A_field and B_field),the two fields has the same reference relations(B_object.C_field).
A_object.A_field -> B_object.C_field
A_object.B_field -> B_object.C_field
Now,I can set A_object.B_field's look up conditions with A_object.A_field’s value.
Conversely, A_object.A_field can't set.

How to set the look up conditions on the two fields(A_field and B_field) with each other value?
I have tried to add a custom visualforce page into the Standard Page Layout.
And it works in The Update-Page and Detail-Page.
But does not work in the New-Page.
I can not find out why the custom visualforce page could not show in the New-Page.
How to set the setting can do it?
I hava a lightning:inputField.
I want to set the value of lightning:inputField by code?
The first time can set.
The second time can set the value,  but the placeholder content can't change.
How to set the value of lightning:inputField , and set the placeholder content of lightning:inputField ?
Who can help me???
Thank you!!!Thank you!!!

I wrote a code with lightning:inputField.
User-added image
I want to filler the right list content of lightning:inputField.
How to change the content of the right-hand selection list based on the selected value of the left object?
Who can help me?
Thank you!  Thank you!!!
 
I have tried to add a custom visualforce page into the Standard Page Layout.
And it works in The Update-Page and Detail-Page.
But does not work in the New-Page.
I can not find out why the custom visualforce page could not show in the New-Page.
How to set the setting can do it?