Tried increasing the production pool id size , but the property is grayed out, I am in the admin group, how ever I am not sure that this is either group rights or something else as I can modify many other properties.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The exteded data type
ProdPoolIdextends fromPoolIdwhich extends fromSysGroupwhich has a string size of 10.You cannot change the string size of
ProdPoolIdorPoolIdwithout breaking the inheritance.This is probably what you should do for the
PoolId, remove theSysGroupthen set the string size to what you want. This will changePurchPoolIdandSalesPoolIdas well.If you choose to change only
ProdPoolId, go ahead, just ensure that there is no variable assignments from a ProdPoolId to a PoolId, as this would result in string truncation.I would not recommend changing size of
SysGroupas this will change thousands of fields.