memo field | Community
Skip to main content
Level 2
January 18, 2024
Solved

memo field

  • January 18, 2024
  • 2 replies
  • 1202 views

Hi team,

 

Any one help me how to create a Temporary Memo variable?

 

In Below SS test field, i create a temp string because i am using "" so it take String . suppose i am remove the "" and put any number it take integer same way it possible to define MEMO field? 

 

String :

Integer: 

 

 

 

my task is not store the memo value in schema just using in temp variable only.

Best answer by DavidKangni

@kumar_27 

use $memo(@parameterName)

Thanks,
David

2 replies

Level 2
January 19, 2024

@kumar_27 May I know the sample value that you will be storing in the temp variable

Kumar_27Author
Level 2
January 19, 2024

Hi @richach 

 

it holds more than 255 characters. 

DavidKangni
Community Advisor
DavidKangniCommunity AdvisorAccepted solution
Community Advisor
January 22, 2024

@kumar_27 

use $memo(@parameterName)

Thanks,
David

David Kangni