25
Views
4
Comments
Solved
Function output as input to webblock

Dear Team

Can i pass an function output (structure) as an input to a webblock in traditional web? please advise

Thanks

SaravanaKumar V

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

As long as the function output parameter data type matches the input parameter data type, it should work.

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

Yes you can select a structure as data type for input parameters to a block.

-- Daniel

2020-05-07 18-53-00
Rui Barradas
 
MVP

Hello Saravanakumar,

Hope you're doing well.

Just by this description, it is hard to understand what you're trying to achieve.

But answering directly to your question, yes, it is possible to pass a Structure as an input to a Web Block, as an example:

Can you explain what are you trying to achieve?

Kind regards,

Rui Barradas

UserImage.jpg
saravanakumar v

Dear Rui

I have a webblock inside a screen in traditional web. The webblock is having an input parameter. I am calling a function inside the input parameter to pass the data to the webblock.

screen -> webblock -> inputparameter ->function output as input(function is called inside the input parameter to the webblock) is this ok ?

Thanks

SaravanaKumar V

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

As long as the function output parameter data type matches the input parameter data type, it should work.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.