-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] How to use Contact on FSM Order #1230
Comments
The only solution that I found is the following:
But it seems to me a bit counterintuitive. So the question is: why Contact field cannot be freely valued? |
@tafaRU I will need to check further next week but the idea is you may have a lot of people involved in a location/order: the contact to call before and open the location, the owner, the one who will pay for the service, etc.. I will try to provide more details next week. Thanks for your patience. |
@max3903 you got a way to provide more details? |
@tafaRU It sounds like the issue you are having is with this onchange: I understand you expect to select the location and any contact as the customer, correct? What would be the intuitive steps?
Would that work for you? |
|
Hello,
I'm writing to ask for clarification regarding the field Contact (
contact_id
) on FSM Order and how to use it.Testing and diving into the code I checked these followings behaviours:
field-service/fieldservice_account_analytic/models/fsm_order.py
Line 39 in 3477731
field-service/fieldservice_account_analytic/models/fsm_order.py
Line 32 in 3477731
field-service/fieldservice_isp_account/models/fsm_order.py
Line 166 in fef357d
field-service/fieldservice_isp_account/models/fsm_order.py
Line 156 in fef357d
In the face of this what should be the best approach to cover the following scenario?
Thank you in advance.
The text was updated successfully, but these errors were encountered: