У нас вы можете посмотреть бесплатно UI Builder Introduction или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса savevideohd.ru
What is an UI builder? Answer: The next experience framework in ServiceNow is a web user interface (UI) builder that allows users to create custom web experiences. Roles required to build : ui_builder_admin What is the difference between Workspaces and Service Portals? Answer: The main difference is Workspaces are for request fulfillers and portals are for request submitter. To customize and configure workspaces we use UI builder framework(JavaScript knowledge required) and to customize and configure portal we use Service Portal framework(AngularJS knowledge required). There are 100+ OOTB UI builder components which you can leverage in your development, to create your own components you have to use Now Components (for more info - https://developer.servicenow.com/dev....) more like working using ReactJS library. Prerequisites technical skills - HTML, CSS, JavaScript(Legacy and Modern versions), ServiceNow platform(majorly targeting to the development part). What do we learn in these tutorials? Answer: These are all below topics we are going to explore in UI builder: a. Workspace Expereince configuration and customization. b. Pages, Layout, Variants. c. Data binding and events. d. Utlization of the available UI builder components(Report Visualization, Repeater, Modals, Alerts, Tabs, List Menu Config, Viewport, Table List) e. CRUD operations and Data resources f. Declarative Actions g. API calls h. Language Translations i. Reusable Client Script