Test your knowledge
- What is the regex that needs to be populated in the first textbox of the Rule Editor in AutoResponder when debugging a code component named MyControl in a model-driven app? (100 points)
a. regex:(?control).+.MyControl/bundle.js
b. regex:(?insx).+.MyControl/bundle.js
- What is the entry that needs to be populated in the first textbox of the Rule Editor in AutoResponder when debugging a code component named MyCharacterCounter that has a namespace of PowerMeUp in a canvas app? (100 points)
a. Resources0Controls0PowerMeUp.MyCharacterCounter.bundle.js?sv=
b. ResourcesControls.PowerMeUp.MyCharacterCounter.bundle.js?sv=
- What are the missing sequences here, where we are debugging a code component deployed to a model-driven app? (200 points)
Configure AutoResponder > Open the form where the code component is deployed > Perform a hard reload > ? > Make some code changes to the local file > ? > Refresh the browser
a. Add debug point in index file | Build...