How to Auto Generate any ID in dashboard designer? - Printable Version +- Forums (https://bdn.bdb.ai) +-- Forum: BDB Knowledge Base (https://bdn.bdb.ai/forumdisplay.php?fid=13) +--- Forum: BDB Dashboards Designer (https://bdn.bdb.ai/forumdisplay.php?fid=43) +---- Forum: BDB Designer Q & A (https://bdn.bdb.ai/forumdisplay.php?fid=16) +---- Thread: How to Auto Generate any ID in dashboard designer? (/showthread.php?tid=622) |
How to Auto Generate any ID in dashboard designer? - jeevitha - 12-23-2022 Script:- var id = "E" + Math.random().toString(4).slice(2); var e=id.substring(0,3) |