Solved

Character limitation on Text type resulting row to dropout form the list


Hi K2 Community,

We have implemented a payment form with a file upload field where we can import a CSV file with the list of suppliers we want to pay.

 

After uploading the CSV file you can see the list but its dropping of suppliers whose name is too long.

 

Here are a few screenshots of the process:

 

https://prnt.sc/slrorj

 

https://prnt.sc/slrpk6 (one supplier missing)

 

https://prnt.sc/slrq46 (csv file

 

I have looked into the smart object the SupplierName field and it was set to Text type and I changed it to Memo

https://prnt.sc/slrtni 

 

But the list view is still dropping off suppliers with a longer name. Please help is there any place I can change the character limit?

icon

Best answer by hkhan 1 June 2020, 10:13

View original

2 replies

Badge +1

what object is this? I mean end system ?

Hi Apartner,

We have resolved the issue. It was a store procedure line that was filtering out any row with letters I and D (thinking it might the header row for the spreadsheet) :)

 

 

Reply