fifedog / hartOfFolsom

HART of Folsom, is a non-profit that helps the homeless. This is the source repo for their org. Primarily for the winter shelter program.
http://www.hartoffolsom.org
0 stars 0 forks source link

Outreach error #38

Open fifedog opened 4 years ago

fifedog commented 4 years ago

Flow error from the tablet on the 16th. Error element Create_Outreach_Assessment_Record (FlowRecordCreate). This error occurred when the flow tried to create records: STRING_TOO_LONG: If other, then enter why homeless.: data value too large: Was evicted. Does want housing. Was a single dad for 4 years. Mother has the children. He says may have mental issues. (max length=100).

rsharley commented 4 years ago

Increased all text records except the Drivers License number/ID to 255 characters in the Outreach object and added validation formulas and error messages to the Outreach flow. Interesting enough the text fields in the flow would only let 250 characters in the field. All done to the production database.