Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Trying to remove My assets from Now Mobile Hopepage My items Icon Section

abrahams
Kilo Sage

As a system administrator, when I attempt to remove My assets from Now Mobile Hopepage > My items within the Icon section in Mobile App Builder I am getting the following error. .

 

"Error: Internal MAB error of type BadRequestError: unable to delete record from table sys_sg_navigation_section_m2m_destination - ACL Exception Delete Failed due to security constraints"

 

Would anyone know how I can remove "My assets" from that Icon section destination?

RemoveMyAssets_NowMobile_20250109.png

2 REPLIES 2

abrahams
Kilo Sage

I found a way to get the items I wanted.  I inactivated the OOB launcher section and created my own.

 

If you’re getting an error like:


Internal MAB error of type BadRequestError: unable to delete record from table sys_sg_navigation_tab_map – ACL Exception Delete Failed due to security constraints

 

This happens because you’re trying to delete a Mobile App Builder navigation tab directly from the table, but ACLs prevent deletion. Instead of deleting the record, you need to deactivate it from the Navigation Tab record itself.

This is how I fixed it and I am calling it a "work around":

  1. Open the Platform view (not Mobile App Builder), you can click the three dots and open that.
  2. Navigate to the item you want to remove from the Mobile Agent app.
    • In my case, I wanted to remove “Procurement” from the Mobile Agent app.
  3. When you click the item, you’ll land on the table sys_sg_navigation_tab_map.
  4. Make sure you are in the correct application scope.
  5. Open the related Navigation Tab record.
  6. Deactivate the navigation tab instead of deleting the mapping record.

Once the tab is deactivated, it disappears from the app without triggering ACL errors.

HussainR5427585_3-1777498030502.pngHussainR5427585_4-1777498055916.png