How to Fix Table Cell Alignment Justification Anomaly

Here is the typical HTML code used for structuring the <td> cells of the table. White spaces are appeared between the letters of the words. Here is the modified HTML code. The last line shows the fix for the unexpected cell alignment in the “PO #” column. This simply wrap the cell contents inside of… Continue reading How to Fix Table Cell Alignment Justification Anomaly

To get domain name from an email address using saved search

A formula(text) can be selected in the column field andSUBSTR({email}, INSTR({email}, ‘@’) + 1, INSTR({email}, ‘.’) – INSTR({email}, ‘@’) – 1)can be entered in the formula field. For example:If the email address is “test@gmail.com”By using the above-mentioned formula in saved search, we get “gmail” from the saved search results.

Proposal for Automated Creation of Inventory Adjustments

This proposal covers the scope of the automated creation of inventory adjustments to ProScope locations when Project task/milestone status is marked as Completed by the user. This proposal also covers the engagement scope of Jobin and Jismi It Services LLP, as the official implementation partner Of Oracle NetSuite.   Submitted To   L+O Technologies Submitted By   Rijo… Continue reading Proposal for Automated Creation of Inventory Adjustments

Custom Role That Can Only Create and Edit Item Records

An Administrator would like to create a custom role that only has the ability to create and edit item records. Solution: A. Create a Custom Center for the role Navigate to Customization > Centers and Tabs > Centers > New Label: Enter a Center nameExample: Custom Accounting Center Click Save B. Create a Custom Center Tab for Custom Center Navigate to Customization > Centers and Tabs > Center Tabs > New Label: Enter custom Center Tab nameExample: Custom Lists On… Continue reading Custom Role That Can Only Create and Edit Item Records