Skip to main content

Notifications

Announcements

No record found.

Dynamics 365 general forum
Suggested answer

How to populate Date field from another Entity's date field in javascript ?

Posted on by Microsoft Employee

i did a switch case code to get an attribute type and do something for each type; but when i try to get attribute type of a date it syas that it doesnt exist

how do i get the date type to know how to enter the right case in the switch ?

fieldType = Xrm.Page.getAttribute(fieldDestination[index]).getAttributeType();
                        switch (fieldType) 
                        {
                            case "lookup":
                                do something
                                break;
                            case "string":
                                do something
                                break;
                            case "optionset":
                                do something
                                break;
                            case "": // what should be here for date type? how to get the date AttributeType to know how to get here in this case?
                                do something
                                break;
                            default:
                                console.log(fieldType   "Unkown");
                                break;
                        }

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: How to populate Date field from another Entity's date field in javascript ?

    Hi Partner,

    You need use 'datetime' to get attribute type of a date.

    getAttributeType (Client API reference) - Power Apps | Microsoft Docs

    pastedimage1634194375713v1.png

    Test:

    pastedimage1634194442427v2.png

Helpful resources

Quick Links

Replay now available! Dynamics 365 Community Call (CRM Edition)

Catch up on the first D365 Community Call held on 7/10

Community Spotlight of the Month

Kudos to Saurav Dhyani!

Congratulations to the June Top 10 community leaders!

These stars go above and beyond . . .

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 288,584 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,864 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans