Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page explains the steps needed for the following scenarios:

...

Navigate to the classic page. If navigating to the page from a modernized site, append content=ps  to the URL. Once viewing the classic page,  right click on the field and select "Inspect". Locate and copy the ID attribute from the displayed HTML. 


Step 2: Adjust the Existing Modern HTML File

Locate the associated Modern HTML file in SVN and edit. Locate the are of the HTML where the field should be added. Use the appropriate handlebar tag and adjust the psid value to the ID value copied from the classic HTML. Save your changes.

...

Go the following path /smarterp/Solutions/ResponsiveTalentOnboarding/Invitation/InvitationSource.html and search with id "SM_OB_INV_WRK_LAST_NAME_SRCH". Delete the handlebar i.e  the snippet shown in below screen along with <div></div> tags and save the file . As long as "gulp" is running changes are moved to SVN.

...