New/Import controller in Design Studio SAP - sapui5

I want to import / create a new control for "Design Studio to the SAP".
The control will be a calendar of the month only.
For example: Sap.m.DateTimeInput.
Which will show only the months and years (not days). ()
I failed to import the control from SAPUI5.
I searched the internet and not found a way for import control to the SAP Design Studio
I would appreciate help,guides or any words of wisdom.

You need to create a custom component which implements the calendar control using the Design Studio SDK (see the SDK guides here: # https://help.sap.com/boad), then install it in the client.

Related

SAP FIORI Tools - Filter generated via XML UI local Annotations, require to display Clear button

I am exploring XML Annotations on WebIDE. To display filters, have added SelectedFields. I want to add reset or Clear button with Go Button. Could you please update property to add such button via annotation.
Thanks in advance for your help.
Regards,
Bhuvenesh
As you are using Web IDE, you can enable these buttons with the help of SAPUI5 Visual Editor i.e by creating flex changes.
Additionally, I would recommend you to explore new SAP Fiori tools on VSCode and SAP Business Application Studio https://marketplace.visualstudio.com/items?itemName=SAPSE.sap-ux-fiori-tools-extension-pack
Documentation https://help.sap.com/viewer/product/SAP_FIORI_tools/Latest/en-US

How to get salesforce custom object in VS Code

I would like to set up a dev environment using Visual Studio Code. I'm able to do that with the help of Salesforce Extension Pack. I want to fetch all custom objects in the VS Code. How Can I achieve this?
To achieve this goal in the VS Code you can use this ways. Please find below
Org browser Extention => You can import selected components like custom objects.

packaging multiple report in an addon on sap business one

I have developed 15 reports on crystal report for sap business one and I would like to compress my solution in an addon on SAP Business One.
Should I go through the SAP Business One SDK? or there is another solution?
Thank you.
I think, You should give more informations about what your addon is doing..
If You only want to deploy reports, the best choice is to use the Layout and Raport Manager import wizard (b1px,b1p,rpt files are allowed).
But if You need more complex functionality in your addon, You should use the Crystal Reports Developer for Visual Studio.
For example, I'm using them to dynamically generate multiple PDF documents from my addon solution.
To do this, im using following references:
CrystalDecisions.CrystalReports.Engine
CrystalDecisions.ReportSource
CrystalDecisions.Shared
Best regards

Is it possible to create "Charts" using visual Studio 2013 for Windows 8 app for Store?!

I am wondering if it is possible to include a chart, say "Pie chart", in my Windows 8 App for store and it should be displayed based on the values from SQL server Database table say "Number of employees in each department". If any changes are made to the data in SQL, they should also reflect the data displayed in this chart of my app. I am using VS2013 express for Windows, SQL server 2012 to develop this.
If anyone can come up with a solution, it would be of great help.
Also, I would like to thank all those who helped me resolve previous issue. Thank you so much for your time in Advance.
-Bhargav Krishna
How to access data from SQL Server database in Windows Store app - MSDN Sample
Getting started with free Metro (Modern UI) charts for Windows 8
NuGet Package - Modern UI (Metro) Charts for Windows 8
For the SQL matter I cannot help, but the Pie chart check if this helps.
1) Code your own; here is an article about coding your own charts:
Pie Chart for Windows 8
2) Use plugins:
Modern UI (Metro) Charts

lync extension development

Could anyone please send me some urls or code samples for develop extension for lync 2010.
I mean development some tools which can integrated into lync 2010 as extension.
add a menu or button to lync 2010, when click the menu or button, the customerized tool will popup.
Thanks a lot.
You've got 4 options:
1 - Add a custom menu item to either the main Lync window or a conversation window.
2 - Create a Conversation Window Extension to host your custom functionality. This is a Silverlight or HTML application that can be hosted inside a conversation window. Note, this can only be applied to a conversation window, and not to the main Lync window.
3 - Create a Silverlight or WPF application that contains your custom functionality, and then automate Lync from that application
4 - Probably a bit extreme depending on what you're trying to achieve, but you could run Lync in UI suppression mode, and then create your custom functionality in an application that also uses Lync for communication related tasks - but in this case, you'll have to provide all the communication UI (e.g. conversation windows) yourself.
The Lync SDK can be downloaded here - This contains sample code and walkthroughs, and should be enough to get you started.
You can find a solution at
http://visualstudiogallery.msdn.microsoft.com/29576efc-0d12-4ad8-8ace-6a9a63275a57
Using this package, you can add custom tab functionality to lync 2010 client.