Edit Toglleing issue in page Hi Team,We have a page where we have rendering the Edit button once the case status is claimed, This Edit button is using toggle Save cancel script. once status is in pending status we have two section displayed and once status is set to claimed, we are displaying 2 more sections. now our requirement is we want to display this edit button before the claimed Status so user who had created the request would be able to edit the original request. But since in exisitng code we are passing 4 section ID in the code, we are unable to use the edit feature.below is the code : - // Set the selector for which components to toggle. For example, to toggle// specific named components, set the selector to:// #ComponentUniqueID1, #AnotherComponent, #AThirdComponent// Or, to toggle all field editors and tables, use this selector:// .nx-basicfieldeditor:visible, .nx-skootablevar ComponentSelector = ‘#Test1, #AnotherComponent, #AThirdComponent,#test1,#tabID’;var $ = skuid.$;var myModel = arguments[0