If the Clients need write hudge description in SO, PO, Q, I module, there are limited on vtiger_inventoryproductrel.comment field, because it's a VARCHAR.
This SQL can fix this isseu:
ALTER TABLE vtiger_inventoryproductrel CHANGE commentcomment TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL
Designs
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related.
Learn more.
Activity
Sort or filter
Newest first
Oldest first
Show all activity
Show comments only
Show history only
its4youTitle changed from Hudge description in SO, PO, Q, I module to Hudge description in SO, PO, Q, I module~enhancement
Title changed from Hudge description in SO, PO, Q, I module to Hudge description in SO, PO, Q, I module~enhancement
its4youTitle changed from Hudge description in SO, PO, Q, I module~enhancement to **Hudge description in SO, PO, Q, I module enhancement **
Title changed from Hudge description in SO, PO, Q, I module~enhancement to **Hudge description in SO, PO, Q, I module enhancement **
its4youTitle changed from **Hudge description in SO, PO, Q, I module enhancement ** to Hudge description in SO, PO, Q, I module ~"enhancement discussion"
Title changed from **Hudge description in SO, PO, Q, I module enhancement ** to Hudge description in SO, PO, Q, I module ~"enhancement discussion"
its4youTitle changed from Hudge description in SO, PO, Q, I module ~"enhancement discussion" to Hudge description in SO, PO, Q, I module ~"enhancement discussions"
Title changed from Hudge description in SO, PO, Q, I module ~"enhancement discussion" to Hudge description in SO, PO, Q, I module ~"enhancement discussions"
its4youTitle changed from Hudge description in SO, PO, Q, I module ~"enhancement discussions" to Hudge description in SO, PO, Q, I module discussion
Title changed from Hudge description in SO, PO, Q, I module ~"enhancement discussions" to Hudge description in SO, PO, Q, I module discussion
Letting huge description in line-item opens trouble at other places - like PDF creation etc... and also a performance concern - so it has not made it to core yet. This can be achieved with simple DB change based on the customization need.
@its4you - I agree the DB change in simple. Addressing the challenge it would bring in with other functionality and performance is not clear - hence would take a while.
In case, you have progressed with the change and validated with sizeable content - please list the areas where it works and breaks. This would be helpful.