Using 6.0 series, when a user not in the Credit Limit group duplicates a party it receives a message of You are not allowed to access "Party.Credit Limit Amount".
Adding the user on the Credit Limit group solves the problem.
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
...
Show closed items
Linked items
0
Link issues together to show that they're related.
Learn more.
I do not see why it is limited to 6.0 series.
Also for me it is not a bug but a feature request as the system is working as expected by preventing any user to edit the credit limit amount.
I'm not sure what is the proper behavior. Should the limit be left empty so the default value is used.
Maybe away to solve it is to check only access for fields in default.
I do not see why it is limited to 6.0 series.
Also for me it is not a bug but a feature request as the system is working as expected by preventing any user to edit the credit limit amount.
For me it's a bug as the user is not editing the credit limit. The scenario is the following:
Login with a user that is not in the credit limit group
Create a new party
Duplicate the newly created party
From the user point of view there is not difference between steps 2 and 3 (we are creating parties) but an error is raised on step 3.
I'm not sure what is the proper behavior. Should the limit be left empty so the default value is used.
Maybe away to solve it is to check only access for fields in default.
That makes sense as they are the only fields that are modified by the user.
Here is review336541002 which implements the proposed solution.
On a second though I do not think this is the proper solution. If we take the example of the credit limit, a user without write access should not be allowed to duplicate an existing party with a special limit because this will give him a way to give such limit to new parties.
Also the design would prevent custom code (maybe it should be in standard) to reset the credit limit to the default value when copying a party.
Indeed I think the ModelStorage.copy should not pass values to ModelStorage.create if the value is the default value (even if it was set as default copy value). This way it is still possible to extend the default value without requiring access right to the field (as long as we set the default value).