projay Posted November 3, 2010 Posted November 3, 2010 Whats the best way to change content of a field in all records found? Would you use find and replace... or some other way? Jay.
Lee Smith Posted November 3, 2010 Posted November 3, 2010 (edited) Hi Jay, The Replace, if it is a one time need. However, if it is going to be a reoccuring need, then I would look at using the Auto Enter, or a possibly a script depending on your need and what is being replaced. HTH Lee Edited November 3, 2010 by Guest
projay Posted November 3, 2010 Author Posted November 3, 2010 Hi Lee thanks for the reply. This will be a recurring need. So i would need a script... any suggestions Jay.
Lee Smith Posted November 3, 2010 Posted November 3, 2010 Not without some details. Is it always the same field, then what is the field name. What are you replacing. i.e. from what to what. How is the found set being found. In other words, tell me what you have now, and what you want to end up with. Lee
projay Posted November 4, 2010 Author Posted November 4, 2010 It is always the same field name. Here is what I am trying to achieve: I give my customers quotes and if that quote is accepted than i want to change Order_Type to Invoice. Field is: order_type So what will do is find all quotes accepted and change the found set to invoices. Hope this helps, thanks again. Jay.
comment Posted November 4, 2010 Posted November 4, 2010 Sounds like you are doing the same work twice. If you are able to find the accepted quotes, you should also be able to calculate the type, based on the same criteria.
projay Posted November 4, 2010 Author Posted November 4, 2010 Not quite following. Whats the best way to change order_type field in a found set...so that it changes from "quote" to "invoice". Jay.
comment Posted November 4, 2010 Posted November 4, 2010 How do you create the found set to begin with? IOW, how do you know which quotes were accepted?
Lee Smith Posted November 4, 2010 Posted November 4, 2010 I asked that question too, but it wasn't answered.
Recommended Posts
This topic is 5133 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now