• IBM_TangPeng
  • NEWBIE
  • 10 Points
  • Member since 2017
  • Salesforce
  • IBM

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
dear all
cloud anyone help me to understand the image as below.
My questions are 
1. what does the root.cmp mean. does it mean  The root-level tag of every component  <aura:component> ?
Every component inherits the body attribute from <aura:component> so if it means  the aura framework instantiates <aura:component> firstly ?
2.next step the framework will goes through the children of the v.body facet to create each component v.body.
but I can not understand why child.cmp is 2 not parent.cmp or subchild2.cmp ?

User-added image
thanks in advanced 
Dear all 

there is a flow as below 
and it is said that 
【Each time the flow moves to a different stage, an Assignment element resets the current stage.】
I want to know how to move the different stage from one screen to another ?
for example
how cloud i move the flow from Review Cart to Shipping Details
should I change system value ?or just change the value in the component ?

User-added image

best regards
thanks
 
Dear
I do not know why but the inputfiled can not show the value
and the source as below
does anyone can help me to fix it ?

<aura:component implements="lightning:actionOverride,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:lightningQuickActionWithoutHeader,force:hasRecordId" access="global" >
            <lightning:recordEditForm aura:id="edit" recordId="0017F00000MWJ11QAH" recordtypeid="0127F000000SCs7QAG" objectApiName="Account"  >
                <div aura:id="msg">
                    <lightning:messages  />
                </div>
                     <lightning:inputField fieldName="Name" />
                       <lightning:inputField fieldName="Phone" />
                

                <footer class="slds-modal__footer">
                    <lightning:button variant="neutral" label="Cancel" onclick="{!c.cancelBtn}"/>
                    <lightning:button aura:id="submit" label="Save" variant="brand" type="submit"  />
                </footer>
            </lightning:recordEditForm>
    </aura:component>
it only the button can show but the input filed can not show anything

User-added image
Dear all 

there is a flow as below 
and it is said that 
【Each time the flow moves to a different stage, an Assignment element resets the current stage.】
I want to know how to move the different stage from one screen to another ?
for example
how cloud i move the flow from Review Cart to Shipping Details
should I change system value ?or just change the value in the component ?

User-added image

best regards
thanks
 
Dear
I do not know why but the inputfiled can not show the value
and the source as below
does anyone can help me to fix it ?

<aura:component implements="lightning:actionOverride,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:lightningQuickActionWithoutHeader,force:hasRecordId" access="global" >
            <lightning:recordEditForm aura:id="edit" recordId="0017F00000MWJ11QAH" recordtypeid="0127F000000SCs7QAG" objectApiName="Account"  >
                <div aura:id="msg">
                    <lightning:messages  />
                </div>
                     <lightning:inputField fieldName="Name" />
                       <lightning:inputField fieldName="Phone" />
                

                <footer class="slds-modal__footer">
                    <lightning:button variant="neutral" label="Cancel" onclick="{!c.cancelBtn}"/>
                    <lightning:button aura:id="submit" label="Save" variant="brand" type="submit"  />
                </footer>
            </lightning:recordEditForm>
    </aura:component>
it only the button can show but the input filed can not show anything

User-added image