This topic contains 3 replies, has 0 voices, and was last updated by mdeal001 6 years, 5 months ago.
-
AuthorPosts
-
June 11, 2018 at 5:22 pm #23110
Jebin VargheseI need an assistance with a saved search
Basically what the saved search should do is pull out Journals (another saved search for Bills) which have been created by the user (skip the approval phase) and it goes straight to the approved state
Normally every time they create a bill or journal , it goes to a pending approval state and then the approver approves it and goes to open or pending posting etc.
However, we need to get a list of all those journals or bills which are created by power users , in which the transaction doesn't pass through the Approval phase, and it goes straight to the Approved for Posting or Open phase.
Could someone help me out?
Now, I have created a saved search, and the criteria here is to pick up values in the System notes…but I think because of the structure of the System notes table, it just doesn't work.
I have checked NetSuite articles, no luck
Any help?
This is a cached copy. Click here to see the original post. -
June 12, 2018 at 9:24 am #23111
mdeal001So, my thought process would be that, regardless of how or who gets the bill/journal approved, it must go through an approval "process." I would look to run a saved search that shows "created by" and "approved by" and look at the instances where they match. Below should get you this on the results tab (i've never tried as a criteria). Hope this helps:
Transaction Search:
Criteria: Type == Journal
System Notes:New Value 'contains' Approved
Results:
Created By
System Notes: Set by | custom label = approver
System Notes: New Value
System Notes: Field
I use that for auditors, to show all journals with created by and approved by
-
June 12, 2018 at 4:57 pm #23112
Jebin Varghesevery good…and I added a formula CASE WHEN {createdby} = {systemnotes.name} THEN 1 ELSE 0 end…which will fine tune the result too…cheers mate…thanks for that
-
June 13, 2018 at 1:25 pm #23113
mdeal001Nice call there. Glad it worked out for you.
-
AuthorPosts
You must be logged in to reply to this topic.