Question

Custom Projection action - Fail to convert to internal representation

  • 15 June 2023
  • 1 reply
  • 77 views

Badge

Hi,

there was the same question in the past. But remained unanswered.

 

I need to pass a text data longer then 4k into IFS. So I changed a projection attribute from Text to LongText. When I try to call the projection action it fails with error “Fail to convert to internal representation”.

The projection implementation is pretty simple:

 

And this is what Postman call:

 


1 reply

Badge +1

Hi @PetrPa ,

 

It seems like this a limitation because of memory constraints (dealing with large text attributes). As a workaround I can suggest you follow,

https://docs.ifs.com/techdocs/23r1/040_tailoring/300_extensibility/100_odata_provider/1110_large_param_action/#large_parameters_in_actions

 

Hope this helps!

Regards,

Shakye 

Reply