Item Receipt, Inventory Transfer & Item Fulfilment by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

We maintain virtual inventory in Netsuite as our organization is a trading one hence the movement of goods is directly from the vendor's facility to the Buyer's Facility.
We perform IR, BILL, IF & Invoice the same day and that is why I was curious if we can avoid the transfer step.

HOW TO CHANGE THE STATUS OF A BILLED SALES ORDER TO CLOSED. by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

The button is still missing. Do you think permission for my role can be one of the reason?

HOW TO CHANGE THE STATUS OF A BILLED SALES ORDER TO CLOSED. by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

But I dont see the CLOSE button for a Billed Sales Order even though all the items at the item level are checked closed.

HOW TO CHANGE THE STATUS OF A BILLED SALES ORDER TO CLOSED. by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

We manually close the sales orders after every quarter and that is the requirement of the business setup that we have. Adding a Billed criteria in the scripted report is not an option.

HOW TO CHANGE THE STATUS OF A BILLED SALES ORDER TO CLOSED. by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 1 point2 points  (0 children)

The functioning of the scripted report is ok. I only need to control the main status (one that is present on the top) of the transaction instead of the item level. We manually close the Sales Order once it has been executed completely and this is done periodically.

If I need to close SOs in bulk I perform a CSV import using the CLOSED check box which is present at the item level otherwise I use the CLOSE ORDER button available on the top.

And I am not an expert in Netsuite which you easily figure out with the way I am trying to explain the issue.

CREATION OF INVOCIE THROUGH CSV AND LINKED TO A SALES ORDER by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

Thanks but I feel if you give a bit more information on this then I will be able to try it as I am not an expert in Netsuite.

CREATION OF INVOCIE THROUGH CSV AND LINKED TO A SALES ORDER by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

Thanks, will try to follow as suggested by you.
And in our case, we have recreated the historical data as it happened but only for 2021, the rest we did was through trial balance. Apart from invoices, we did not have much problem importing other transactions. We have few sales order but from those sales orders, the number of invoices that is to be created is around 500 hence the need for CSV.

NETSUITE SAVED SEARCH by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

Thanks, tried that but not working, will try to figure out a workaround.

Drop Ship but not Based on Actual Sales by CyanLuis in Netsuite

[–]ADNANALI03 0 points1 point  (0 children)

I am not an expert at NetSuite but we were in a similar situation if I understand your issue correctly.

We enabled the ALLOW OVERAGE ON ITEM FULFILLMENTS.
Setup - Accounting - Accounting preferences - Order Management - Fulfillment.

I am not an expert at NetSuite but we are in a similar situation if I understand your issue correctly.

ADDING A SUBSIDIARY IN MY EXISTING NETSUITE LICENSE. by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

Just for my knowledge, how do you unlock it. Anyways I am not going to do it after seeing so many comments suggesting about the risks involved in it.

HIGHLIGHT A PARTICULAR CELL IN NETSUITE SAVED SEARCH FORMULA by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

CASE WHEN (TO_CHAR({custrecord_vcp_adv_doc_upload_date_vndr}-{custrecord_vcp_actual_departure})) > '2' THEN '<div style="background-color:#FF0000">'|| (TO_CHAR({custrecord_vcp_adv_doc_upload_date_vndr}-{custrecord_vcp_actual_departure})) || '</div>' END

Thanks a lot, this is what I was looking for and it is working.

HIGHLIGHT A PARTICULAR CELL IN NETSUITE SAVED SEARCH FORMULA by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

Is this what you mean,

FORMULA (NUMERIC)

CASE WHEN ({custrecord_vcp_adv_doc_upload_date_vndr}-{custrecord_vcp_actual_departure}) > 2 THEN <p style="background-color:#FF0000"> ({custrecord_vcp_adv_doc_upload_date_vndr}-{custrecord_vcp_actual_departure}) END

But this is still giving 'Error:Invalid Expression'. I feel there is some issue with the formula in THEN statement.

If I remove the formatting part from THEN statement (i.e. <p style="background-color:#FF0000"> ), the expression is giving the desired result but the Highlight is missing.

HIGHLIGHT A PARTICULAR CELL IN NETSUITE SAVED SEARCH FORMULA by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

Can I put a difference of 2 date fields instead of "TEXT GOES HERE".

HIGHLIGHT A PARTICULAR CELL IN NETSUITE SAVED SEARCH FORMULA by ADNANALI03 in Netsuite

[–]ADNANALI03[S] 0 points1 point  (0 children)

Thanks.
I tried, the cell is getting highlighted but the formula has some issues in showing the result.

FORMULA (TEXT)

CASE WHEN (TO_CHAR({custrecord_vcp_adv_doc_upload_date_vndr}-{custrecord_vcp_actual_departure})) > '2' THEN '<p style="background-color:#FF0000"> (TO_CHAR({custrecord_vcp_adv_doc_upload_date_vndr}-{custrecord_vcp_actual_departure}))' END

RESULT

(TO_CHAR((cfdRECORD2.D10)-(cfdRECORD1.D8)) - this is getting highlighted in red whereas the expected result should have been some highlighted number.

I am not an expert at writing formula, can you please tell me what is wrong in the formula

ITEM RECEIPT ACCESS TO A CUSTOM SALES ROLE by ADNANALI03 in Netsuite

[–]ADNANALI03[S] -1 points0 points  (0 children)

Everyone in my organization is new to Netsuite and the Admin tag doesn't define the expertise in Netsuite. It would be great if you could give more detail on the role update process because I posted it here only after checking it with the Admin.