List datatype as Return Variable
we need the list datatype as Return List, codeunit 50001 TestCodeunit { procedure TestingFunctionList() var String : Text; begin ListString := SplitingStringtoList(String); end; local procedure SplitingStringtoList(String: Text) : List of [Text] begin Exi...
STATUS DETAILS
Completed