Create custom button near text field in detail of record

Of course:
this is the result:


Custom button “RESET PASSWORD”.

This is code included into custom/modules/myModule/metadata/detailviewdefs.php

'links' => 
    array (
      0 => '<input type="button" class="button" onclick="setTemporaryPwdForLicense({$fields.name.value});" name="button" id="view_status_button" value="Reset Password" />',
    ),

B.

1 Like