My Stuff
Comments
-
Thank you for the feedback @Dominica Sevilla-Oracle but this isn't want I'm looking for. I need items we have received, but have yet to receive a bill for. I believe would be accomplished by combining INBSHP data with VENDBILL data to ID those PO Lines that are one the first report but not the other.
-
@Mikko De La Fuente-Oracle thanks for the articles. They help me build this: Select Transactions.TranID, Transactions.TRANDATE,Transactions.Transaction_Type, TRANSACTION_LINES.Amount, TRANSACTION_LINES.Account_ID, ITEMS.Name, Customers.CompanyName From Transactions, TRANSACTION_LINES, ITEMS, Customers, Accounts Where…
-
Hey All, thanks to anyone that took a look at this over the last few days. I figure it out and wanted to post the answer here. See below. If you are reading this I assume you already know that the "Select" section is the data fields we want returned and the "From" section are the tables we want to pull data from. The…
-
@Dominica Sevilla-Oracle Well that is disappointing but I appreciate the information. I will navigate to SuiteIdea's and Upvote this enhancement.
-
@Joy Noreen Magoling-Oracle Great Points. This is a Transaction SS. The Criteria I think I need to be variable is highlighted below.
-
Thanks for the feedback @Ivy Lopez-Oracle #1 - A price field on the Item group was my suggestion, but my EDI contact wasn't sure the Dev team could make that happen. If they can, this article and method are a huge help. I was afraid this would have to be a manual update every time. I've tested and see that it works. I will…
-
Spot on @Ivy Lopez-Oracle . Thanks so much.
-
Thank you for your feedback @Jack Daryl Espiel-Oracle . I haven't fixed my issue yet (due to time) but I think this pointed me into the right location.
-
@Jack Daryl Espiel-Oracle Sorry for the delay. I was away form my laptop. I do see how the suggestion you offer would work in some cases, but not as well for mine. Once the PO is generated I would like to have the associated lines close. If not, a team member may split the PO lines and re-open a req before the scheduled…