imoree Posted August 30, 2011 Posted August 30, 2011 Hello everyone again, I have been doing some research and what i come up with tagging a record is usually: global field custom functions I would like something like a checkbox => status -> "HOLD INVOICE"; when that checkbox is held , it saves the file but doesnt retrieve in my reports for end of day, etc & when i uncheck the value would be " " & then i can go about my business. What would be the BEST way of doing this from a scalable aspect and not just get it done now way. thanks, -ian
comment Posted August 30, 2011 Posted August 30, 2011 Your question is not clear. Basically, you can tag a record in three ways: • for everyone, permanently - by modifying a field of the tagged record; • for yourself, temporarily - by adding the record's ID to a global field or a variable; • for yourself, permanently - by adding the record's ID to a field in your record in a users table.
imoree Posted August 30, 2011 Author Posted August 30, 2011 comment;; lets say i am creating a -> new --> invoice and during the transaction , the customer wants to come back to pay so the order is written up and instead of cashing out, i choose a checkbox to HOLD the receipt for later for that "Customer ID" i guess. or even ORderID & CustomerID. how would i go about doing this per example..if you can..
imoree Posted September 12, 2011 Author Posted September 12, 2011 My accomplishment for this was to create a new field in database table for Orders. this was called held_orders(list of values) if true then this list is either added to or taken from. And record has a conditional color flag that shows up on order form. and a button then appears to show visual cue for HELD ORDERS.
Recommended Posts
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