web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

insert_recordset with constant value

(0) ShareShare
ReportReport
Posted on by

Hello,

How can I use insert_recordset command in order to insert to table a column with 'constant' value.

something like:

insert_recordset mytable(mycol1, mycol2, mycol2)

select col1, col2, 'bbbb' from mytable2;

How can I insert 'bbbb' to the mycol3 in insert_recordset statement?

If not - what are the alternatives? (need fast way to insert).

Thanks :)

*This post is locked for comments

I have the same question (0)
  • Verified answer
    Martin Dráb Profile Picture
    236,047 Most Valuable Professional on at
    RE: insert_recordset with constant value

    Dominic's answer is correct. It's also clearly explained in documentation.

  • Community Member Profile Picture
    on at
    RE: insert_recordset with constant value

    I guess the easiest way is defining constant values in a parameter table.

  • Suggested answer
    dolee Profile Picture
    11,279 on at
    RE: insert_recordset with constant value

    Hi Eitan,

    Try this:

    String255 txt = "bbbb";

    insert_recordset mytable(mycol1, mycol2, mycol2)

    select col1, col2, txt from mytable2;

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 2 Most Valuable Professional

#1
Guy Terry Profile Picture

Guy Terry 2 Moderator

#1
Mea_ Profile Picture

Mea_ 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans