|
Books > Computing & IT > Computer software packages > Other software packages > Enterprise software
Implement Business Central and explore methods to upgrade to NAV
2018 Key Features Learn the key roles of Dynamics NAV partner and
the roles within your customer's organization Create configuration
packages and perform data migration Explore Microsoft Dynamics 365
Business Central to use Dynamics NAV 2018 functionalities in the
Cloud Book DescriptionMicrosoft Dynamics Business Central is a full
business solution suite and a complete ERP solution, which contains
a robust set of development tools; these tools can help you to gain
control over your business and can simplify supply chains,
manufacturing, and operations. Implementing Microsoft Dynamics 365
Business Central On-Premise covers the latest features of Dynamics
Business Central and NAV from the end users' and developers'
perspectives. It also provides an insight into different tools
available for implementation, whether it's a new installation or
migrating from the previous version of Dynamics NAV. This book will
take you from an introduction to Dynamics NAV 2018 through to
exploring all the techniques related to implementation and
migration. You will also learn to expand functionalities within
your existing Microsoft Dynamics NAV installation, perform data
analysis, and implement free third-party add-ons to your existing
installation. As you progress through the book, you will learn to
work with third-party add-on tools. In the concluding chapters, you
will explore Dynamics 365 Business Central, the new Cloud solution
based on the Microsoft NAV platform, and techniques for using
Docker and Sandbox to develop applications. By the end of the book,
you will have gained a deep understanding of the key components for
successful Dynamics NAV implementation for an organization. What
you will learn Explore new features introduced in Microsoft
Dynamics NAV 2018 Migrate to Microsoft Dynamics NAV 2018 from
previous versions Learn abstract techniques for data analysis,
reporting, and debugging Install, configure, and use additional
tools for business intelligence, document management, and reporting
Discover Dynamics 365 Business Central and several other Microsoft
services Utilize different tools to develop applications for
Business Central Who this book is forImplementing Microsoft
Dynamics 365 Business Central On-Premise is for Dynamics NAV
partners and end users who want to know everything about Dynamics
NAV implementation. This book is for you if you want to be a
project manager or get involved with Dynamics NAV, but do not have
the expertise to write code yourself. This book can also help you
to understand the need to move to Business Central and its
advantages.
Get to know the building blocks of Kotlin and best practices when
using quality world-class applications About This Book * Learn to
build exciting and scalable Android and web applications (both the
server-side and client-side parts) with your Kotlin skills * Dive
into the great ecosystem of Kotlin frameworks and libraries through
projects that you'll build using this book * This project-based
guide contains clear instructions to help you extend your
applications across a wide domain Who This Book Is For This
practical guide is for programmers who are already familiar with
Kotlin. If you are familiar with Kotlin and want to put your
knowledge to work, then this is the book for you. Kotlin
programming knowledge is a must. What You Will Learn * See how
Kotlin's power and versatility make it a great choice to create
applications across various platforms, and how it delivers business
and technology benefits * Write a robust web applications using
Kotlin with Spring Boot * Write Android applications with ease
using Kotlin * Write rich desktop applications in Kotlin * Learn
how Kotlin can generate Javascript and how this can be used on
client side and server side development * Understand how native
applications can be written with Kotlin/Native * Learn the
practical aspects of programming in each of the applications In
Detail Kotlin is a powerful language that has applications in a
wide variety of fields. It is a concise, safe, interoperable, and
tool-friendly language. The Android team has also announced
first-class support for Kotlin, which is an added boost to the
language. Kotlin's growth is fueled through carefully designed
business and technology benefits. The collection of projects
demonstrates the versatility of the language and enables you to
build standalone applications on your own. You'll build
comprehensive applications using the various features of Kotlin.
Scale, performance, and high availability lie at the heart of the
projects, and the lessons learned throughout this book. You'll
learn how to build a social media aggregator app that will help you
efficiently track various feeds, develop a geospatial webservice
with Kotlin and Spring Boot, build responsive web applications with
Kotlin, build a REST API for a news feed reader, and build a
server-side chat application with Kotlin. It also covers the
various libraries and frameworks used in the projects. Through the
course of building applications, you'll not only get to grips with
the various features of Kotlin, but you'll also discover how to
design and prototype professional-grade applications. Style and
approach Each chapter is independent and focuses on a unique
technology, where Kotlin is used to build an example application.
Together the chapters cover a full spectrum.
This book contains more than 65 recipes that will equip you with
what you need to know to work with Windows 2016 Server. This book
will help you learn how to administrate your Windows Server for
optimal performance. Key Features A focussed guide to help you with
the core functionalities of Windows Server 2016 Explore tasks that
will help you build a datacenter from scratch using Windows Server
2016 Step-by-step instructions for common Windows Server
administration duties Book Description Windows Server 2016 is an
operating system designed to run on servers. It supports
enterprise-level data storage, communications, management, and
applications. This book contains specially selected, detailed help
on core, essential administrative tasks of Windows Server 2016.
This book starts by helping you to navigate the interface of
Windows Server 2016, and quickly shifts gears to implementing roles
that are necessarily in any Microsoft-centric datacenter. This book
will also help you leverage the web services platform built into
Windows Server 2016, available to anyone who runs this latest and
greatest Server operating system. Further, you will also learn to
compose optimal Group Policies and monitor system performance and
IP address management. This book will be a handy quick-reference
guide for any Windows Server administrator, providing easy to read,
step-by-step instructions for many common administrative tasks that
will be part of any Server Administrator's job description as they
administer their Windows Server 2016 powered servers. The material
in the book has been selected from the content of Packt's Windows
Server 2016 Cookbook by Jordan Krause to provide a specific focus
on key Windows Server administration tasks. What you will learn
Become skilled in the navigation of Windows Server 2016, and
explore the technologies and options that it provides Build the
infrastructure required for a successful Windows Server network
Move away from those open-source web server platforms and start
migrating your websites to Server 2016's Internet Information
Services today Provide a centralized point for users to access
applications and data by confguring Remote Desktop Services Compose
optimal Group Policies Who this book is for This book is for system
administrators or IT professionals who want the skills to manage
and maintain the core infrastructure of a Windows Server 2016
environment. Prior experience in Windows Server 2012 R2
environments will be helpful.
Secure your Java applications by integrating the Spring Security
framework in your code Key Features Provide authentication,
authorization and other security features for Java applications.
Learn how to secure microservices, cloud, and serverless
applications easily Understand the code behind the implementation
of various security features Book DescriptionSecurity is one of the
most vital concerns for any organization. The complexity of an
application is compounded when you need to integrate security with
existing code, new technology, and other frameworks. This book will
show you how to effectively write Java code that is robust and easy
to maintain. Hands-On Spring Security 5 for Reactive Applications
starts with the essential concepts of reactive programming, Spring
Framework, and Spring Security. You will then learn about a variety
of authentication mechanisms and how to integrate them easily with
the Spring MVC application. You will also understand how to achieve
authorization in a Spring WebFlux application using Spring
Security.You will be able to explore the security confgurations
required to achieve OAuth2 for securing REST APIs and integrate
security in microservices and serverless applications. This book
will guide you in integrating add-ons that will add value to any
Spring Security module. By the end of the book, you will be
proficient at integrating Spring Security in your Java applications
What you will learn Understand how Spring Framework and Reactive
application programming are connected Implement easy security
confgurations with Spring Security expressions Discover the
relationship between OAuth2 and OpenID Connect Secure microservices
and serverless applications with Spring Integrate add-ons, such as
HDIV, Crypto Module, and CORS support Apply Spring Security 5
features to enhance your Java reactive applications Who this book
is forIf you are a Java developer who wants to improve application
security, then this book is for you. A basic understanding of
Spring, Spring Security framework, and reactive applications is
required to make the most of the book.
Create fast and efficient server-side applications using the latest
features of Odoo v11 Key Features Get the most up-to-date guide on
Odoo 11 to create custom and reusable modules Interconnect your
application with other systems by implementing web APIs Understand
the mechanisms powering the Odoo framework to build robust
enterprises Book DescriptionOdoo is a full-featured open source ERP
with a focus on extensibility. The flexibility and sustainability
of open source are also a key selling point of Odoo. It is built on
a powerful framework for rapid application development, both for
back-end applications and front-end websites. Version 11 offers
better usability and speed: a new design (as compared to the
current Odoo Enterprise version) and a mobile interface. The book
starts by covering Odoo installation and administration and Odoo
Server deployment. It then delves into the implementation of Odoo
modules, the different inheritance models available in Odoo. You
will then learn how to define access rules for your data; how to
make your application available in different languages; how to
expose your data models to end users on the back end and on the
front end; and how to create beautiful PDF versions of your data.
By the end of the book, you will have a thorough knowledge of Odoo
and will be able to build effective applications by applying Odoo
development best practices What you will learn Install and manage
Odoo environments and instances Use models to define your
application's data structures Add business logic to your
applications Add automated tests and learn how to debug Odoo apps
Learn about the access security model and internationalization
features Customize websites built with Odoo, by writing your own
templates and providing new snippets for use in the website builder
Extend the web client with new widgets and make RPC calls to the
server Who this book is forIf you're a Python developer and want to
develop highly efficient business applications with the latest Odoo
framework (or if you just want a hands on problem solution book for
all your Odoo Development related issues), this book is for you!
Some experience with the JavaScript programming language and web
development is required to get the most out of this book.
Become a full-fledged Qlik Sense Consultant with the help of this
unique guide About This Book * Become a successful Qlik consultant
with the help of this insightful guide * Build what is in line as
well as exceeding your customer's expectations from your Qlik Sense
solutions using this highly practical guide * Build result-driven
optimized BI solutions using Qlik with the help of industry
examples Who This Book Is For If you have basic familiarity with
Qlik Sense and want to upgrade your skills to become a full-fledged
Qlik Consultant, this book is for you. With this book, you will be
able to create efficient business intelligence solutions that would
fetch client satisfaction, and in turn, more projects. What You
Will Learn * Understand the importance and expectations of a
consultant's role * Engage with the customer to understand the ir
goals and future objectives * Design the optimum architecture,
using the best practices for the development and implementation of
your projects * Ensure successful adoption using real-life examples
to make your learning complete * Learn about the important stages
of a Qlik project's life cycle In Detail Qlik Sense is a leading
platform for business intelligence (BI) solutions. Qlik Sense helps
organizations in making informed decisions based on the data they
have. This book will teach you how to effectively use Qlik for
optimum customer satisfaction. You will undergo a metamorphosis
from a developer to a consultant who is capable of building the
most suitable BI solutions for your clients. The book will take you
through several business cases - this will give you enough insight
to understand the needs of the client clearly and build a BI
solution that meets or exceeds their expectations. Starting from
the pre-project activities, you will go to the actual execution of
the project, the implementation, and even maintenance. This book
will give you all the information you need - from the strategy to
requirement gathering to implementing BI solutions using Qlik
Sense. The book will empower you to take the right decisions in
tricky and diffi cult situations while developing analytics and
dashboards. Style and approach This book will be a hands-on guide
that will teach you all the what-to-do's, when-to-do's, and
how-to-do's for becoming a successful Qlik Sense Consultant. With
the help of various business scenarios, the book will cover
real-world problems that you can relate to. Various solutions in
the book will be backed up by the thought process of why are these
solutions used and how you can implement them in your own business
environment.
IT service management automation at your fingertips Key Features
Learn to leverage ServiceNow's capabilities for improved IT
automation by following step-by-step, practical instructions Build
core administration, development, and maintenance skills with IT
service management in ServiceNow Improve your workflow efficiency
by designing and creating responsive and automated workflows,
business logic, and front-end automation Book DescriptionThis book
is an updated version of Learning ServiceNow, that will cover the
new and updated features of the ServiceNow platform. It will show
you how to put important ServiceNow features to work in the real
world, while introducing key concepts via examples of managing and
automating IT services. It'll help you build a solid foundation of
knowledge, and will demonstrate how to effectively implement and
configure modules within ServiceNow. We'll show you how to
configure and administer your instance, and then move on to
building strong user interfaces and creating powerful workflows. We
also cover other key elements of ServiceNow, such as notifications,
security, reporting, and custom development. You will learn how to
improve and automate your business' workflow and processes. By the
end of this book, you will be able to successfully configure and
manage ServiceNow like a pro. What you will learn Read and write
clear, effective code for the ServiceNow platform Identify and
avoid common pitfalls and missteps that could seriously impact
future progress and upgradeability Use debugging tools to
troubleshoot when things go wrong Discover tips and tricks from top
ServiceNow developers, architects, and administrators. Find out
what the pros wish they knew when they were starting out Who this
book is forThis book is for IT professionals and administrators who
are planning to or are already trying to implement ServiceNow in
their organization for Enterprise IT service management tasks. Some
familiarity with web technologies (JavaScript) would be helpful.
Prior ServiceNow experience is not necessary.
Explore and use the agile techniques of SAP Activate Framework in
your SAP Projects. About This Book * Explore the three pillars of
SAP Activate and see how it works in different scenario. *
Understand and Implement Agile and Scrum concepts in SAP Activate.
* Get to Grisp with SAP Activate framework and manage your SAP
projects effectively. Who This Book Is For This book is for readers
who want to understand the working of SAP Activate and use it to
manage SAP projects. Prior knowledge of SAP Hana is must. What You
Will Learn * Understand the fundamentals of SAP S4/HANA. * Get
familiar with the structure and characteristics of SAP Activate. *
Explore the application scenarios of SAP Activate. * Use Agile and
Scrum in SAP Projects effectively and efficiently * Implement your
learning into a sample project to explore and understand the
benefits of SAP Activate methodology. In Detail It has been a
general observation that most SAP consultants and professionals are
used to the conventional waterfall methodology. Traditionally, this
method has been there for ages and we all grew up learning about it
and started practicing it in real world. The evolution of agile
methodology has revolutionized the way we manage our projects and
businesses. SAP Activate is an innovative, next generation business
suite that allows producing working deliverables straight away.
Manage your SAP Project with SAP Activate, will take your learning
to the next level. The book promises to make you understand and
practice the SAP Activate Framework. The focus is to take you on a
journey of all the phases of SAP Activate methodology and make you
understand all the phases with real time project examples. The
author explains how SAP Activate methodology can be used through
real-world use cases, with a comprehensive discussion on Agile and
Scrum, in the context of SAP Project. You will get familiar with
SAP S4HANA which is an incredibly innovative platform for
businesses which can store business data, interpret it, analyze it,
process it in real time, and use it when it's needed depending upon
the business requirement. Style and approach An easy to follow
approach with concepts explained via scenarios and project examples
Understand the ServiceNow scripting and build an efficient
customized ServiceNow instance Key Features Customize your
ServiceNow instance according to your organization's needs Learn to
work with inbuilt JavaScript APIs in ServiceNow Take your
ServiceNow experience to the next level by learning to script Book
DescriptionIndustry giants like RedHat and NetApp have adopted
ServiceNow for their operational needs, and it is evolving as the
number one platform choice for IT Service management. ServiceNow
provides their clients with an add-on when it comes to baseline
instances, where scripting can be used to customize and improve the
performance of instances. It also provides inbuilt JavaScript API
for scripting and improving your JavaScript instance. This book
will initially cover the basics of ServiceNow scripting and the
appropriate time to script in a ServiceNow environment. Then, we
dig deeper into client-side and server-side scripting using
JavaScipt API. We will also cover advance concepts like on-demand
functions, script actions, and best practices. Mastering ServiceNow
Scripting acts as an end-to-end guide for writing, testing, and
debugging scripts of ServiceNow. We cover update sets for moving
customizations between ServiceNow instances, jelly scripts for
making custom pages, and best practices for all types of script in
ServiceNow. By the end of this book, you will have hands-on
experience in scripting ServiceNow using inbuilt JavaScript API.
What you will learn Customize your ServiceNow instance according to
your organization's needs Explore the ServiceNow-exposed JavaScript
APIs and libraries Discover the method for using ServiceNow
scripting functions Take your ServiceNow experience to the next
level by understanding advanced scripting Learn to build, test, and
debug custom applications Use your customized instance efficiently
with the help of best practices Who this book is forThis book is
targeted toward ServiceNow administrators or anyone willing to
learn inbuilt JavaScript APIs used to script and customize
ServiceNow instances. Prior experience with ServiceNow is required.
Understanding the new Microsoft Extension model for development Key
Features Develop solutions for Dynamics 365 Business Central Orient
yourself with the new Microsoft Extension model for development
Learn modern ways to develop with Dynamics 365 Business Central
Book DescriptionMicrosoft Dynamics 365 Business Central is the new
SaaS ERP proposition from Microsoft. This latest version has many
exciting features guaranteed to make your life easier. This book is
an ideal guide to Dynamics 365 Business Central and will help you
get started with implementing and designing solutions for
real-world scenarios. This book will take you through the
fundamental topics for implementing solutions based on Dynamics 365
Business Central (on-premise and SaaS). We'll see the core topics
of the new development model (based on extensions) and we'll see
how to create applications with the new Microsoft ERP proposition.
The book begins by explaining the basics of Dynamics 365 Business
Central and the Microsoft ERP proposition. We will then cover
topics such as extensions, the new modern development model of
Visual studio code, sandboxes, Docker, and many others. By the end
of the book, you will have learned how to debug and compile
extensions and to deploy them to the cloud and on-premise.You will
also have learned how to create serverless business processes for
Microsoft Dynamics 365 Business Central. What you will learn
Develop solutions for Dynamics 365 Business Central Create a
sandbox for extensions development (local or on cloud) Use Docker
with Dynamics 365 Business Central Create extensions for Dynamics
365 Business Central Handle dependencies, translations and
reporting Deploy extensions on-premise and to the cloud Create
serverless processes with Dynamics 365 Business Central Understand
source code management for AL Who this book is forThis book is for
Microsoft Dynamics 365 Business Central solution developers and
architects that needs to implement solutions based on the
Microsoft's ERP (on-premise and SaaS).
|
|