J
joe
Hello Group,
I have a coding problem that I was hoping to get some feedback on.
I am building an application that tracks customer representative
activities. They are responsible for checking in with the customer
every "X" # of days (this # varies from one customer to the next).
Here is where the problem lies.
The first 3 times they contact the customer it needs to be by phone,
every 4th time they contact the customer it needs to be in person. So
I need logic that says if this is the first or second time contacting
the customer then calculate a date based on "X" # of days from the
last call date to determine the next call date. If, this is the 3rd
call then calculate a date to perform an in person contact based on
"X" # of days from the last in-person contact. These date values need
to auto-populate a field saying next date to contact and indicate if
it should be in person or a call. The customer contact process is
perpetual, meaning they never stop contacting the customer in this
fashion so long as they remain a customer.
Any help would be appreciated, thanks!
I have a coding problem that I was hoping to get some feedback on.
I am building an application that tracks customer representative
activities. They are responsible for checking in with the customer
every "X" # of days (this # varies from one customer to the next).
Here is where the problem lies.
The first 3 times they contact the customer it needs to be by phone,
every 4th time they contact the customer it needs to be in person. So
I need logic that says if this is the first or second time contacting
the customer then calculate a date based on "X" # of days from the
last call date to determine the next call date. If, this is the 3rd
call then calculate a date to perform an in person contact based on
"X" # of days from the last in-person contact. These date values need
to auto-populate a field saying next date to contact and indicate if
it should be in person or a call. The customer contact process is
perpetual, meaning they never stop contacting the customer in this
fashion so long as they remain a customer.
Any help would be appreciated, thanks!