Simple JS Function Question
Out of context: Reply #4
- Started
- Last post
- 16 Responses
- esko0
ok, so there is one other part. Each record has some other things attached to it.
It's like this - each job has activities (the particular job I am testing on has about 600), and then each activity could have a changeorder supplied which would change the price of an activity, and it's description, etc.. The actual purpose of this page is to scroll through and type in the percentage of the activity that is completed, do some calculations, grab some data and submit it to the database as soon as the user is finished inputting the information required of them.
So, the activityID (jobID in my other posts) is probably the most important piece of information that I have (or that I know how to use anyway).
And unfortunately there is no naming convention for these activityID's some start with SE, some start with SI, some dont have letters at all, etc.