Hello there,
I’m working on an API integration Ebay with business central (trying to fetch Ebay orders and show it on bc), but the token i got from Ebay has a length of more than 2350+, i cannot store this value on bc due to the field size limitation of 2048. what are my options i want to reference my field “Access Token” Text [2048] as the token on all the endpoints.
I was able to utilize the blob field (took reference from the standard sales header table - work description field) used outstream to store my values in the blob field and then use instream to read the value inside the blob field.