Forum: Mashup Designer

5 Subscribed to this forum
Page 1 of 212 > >>

Topics

Replies
Rating
Status
Views
Subscribers
Last Post

binding json data in mashups      

Started By  ScottCT
I am making a REST call to a third-party API that has a return that is in json format. I'm not finding any good answers on how to display that data in a textBox or List in a mashup. Any help would be appreciated.
0 6142 1

Use Actions menu items in a mashup      

Started By  ScottCT
I am building a mashup that will use PPS300. I need to be able to utilize the 'Confirm Updates' action from the Actions Menu in PPS300. Is there a way to do so from a mashup that anyone is aware of
0 4051 0

Hardcode values in Textbox      

Started By  shahzad
Hi All,   i am have created a Mashup that is to create items through MHS200MI API. there are some values i need to hardcore in the code since those value are mandatory. is their a possibility for me to do so in mashup.   at present when i replace the text: {Binding [PRMD]} with the value i need to hardcore the value appears but i cannot create the item. Is their another way to do it awaiting your response in this regard.   BR,   Shahzad
1 4677 0
by ScottCT

Item update through Mashup      

Started By  shahzad
Hi All,   I have a requirement to update items through Mashup. at present i have used the API to satisfy the basic requirements. but now i understand that all the required fields are not available in the update API. i have been advised to avoid trying to add the fields to a update API. Is their a possibility to use webservice or jscirpt to fulfill this requirement if so how would you advise to go about executing it  Your advise in this regard is highly appreciated. Thanks in Advance!
1 4275 0
by ScottCT

Opening a LBI report from Mashup/SDK?      

Started By  TRK
Hi   I'm wondering how to open a LBI report through a mashup or through the SDK. I would like for it to open the same way as if I went to 'Analysis - My reports' and opened it from there. This means it should open inside Smart Office and with the current logged on users credential.   At the moment I have a solution where it will open in an external browser and requires the user to sign in. Thanks in advance.   Best regards, Thomas
2 5278 1
by TRK

Add Validation to Mashup      

Started By  shahzad
Hi all,   I am at present working on designing a Mashup  with API MHS200MI. what am looking for is whether a validation can be added to the Mashup. if 'Yes' how do you go about doing adding a validation to the Mashup Your response will be highly appreciated in this regard.   Thanks in Advance!
2 4034 1
by shahzad

ITEM NUMBER REMAINS AFTER CREATING      

Started By  shahzad
Hi,   i have created an item using API MHS200MI in Mashup. once i have created the item, then i go to create another item, the item doesn't get created. once i go to MHS001 to view the error, in the item number column shows the previous item number that was created. i have attached the MHS200MI screenshot for your perusal. mashup1 : first item created screenshot mashup2 : second item error screenshot from MHS001 Will be looking forward to a response in this regard. Thanks!!
0 4330 0

Mashup Error when using API's      

Started By  shahzad
Hi All, Once i use API's MMS200MI GetItmBasic and MMS200MI UpdItmBasic, to get and update item data from Mashup, thier is an error i get once i run the update process. given below is the xaml for your reference; xmlns='http://schemas.microsoft.com/winfx/2006/xaml/presentation' xmlns:x='http://schemas.microsoft.com/winfx/2006/xaml' xmlns:ui='clr-namespace:Mango.UI.Controls;assembly=Mango.UI' xmlns:mashup='clr-namespace:Mango.UI.Services.Mashup;assembly=Mango.UI' xmlns:m3='clr-namespace:MForms....
6 6687 1
by shahzad

Use Mashup to create and edit Items in Lawson M3      

Started By  shahzad
Hi,   I need some guidance in creating a mashup for the purpose of creating and editing item in M3. i would prefer if your could specify the design in detail and the use of API's in the context. Will be looking for a prompt response in this regard. BR,   Shahzad
0 4222 1

F10 Action in OIS301      

Started By  Alex-Rexel UK
Hi,   I have a mash up that our users use for Invoice Releasing so incorporates OIS150/OIS300/OIS301 and what we require is to be able to use the Action of F10 to alternate views. I am struggling to find anyway on how to do this and wondered if anyone on here can help   Thanks Alex
2 4544 1
by Alex-Rexel UK

Datepicker in Mashup      

Started By  aaubele
Hi, i have struggel with a datepicker in a mashup. I have two datepicker in the Mashup with the first one the user can select a start date and with the second select a end date. The selectes dates should be transfered to other datefields  in the Mashup. The transfer should start when a event is triggered. The goal is to set multible start and end dates in the mashup via the two datepickers to limit the results. I managed to transfer the values via binding and date formatting to the ...
2 5850 1
by ScottCT

MIListPanel not showing same data as MITEST      

Started By  ScottCT
I'm using a MIListPanel to display operation data from PMS100MI, SelOperations.  When using MITEST (mforms://mitest/), 1 operation is returned for my MFNO and PRNO. Which is the expected result. But in the mashup, using the same inputs, no data is being displayed for this particular MO and PRNO. It does work as expected for other operations.  I do use Fiddler2 to debug network data, and I can see that the API is running, and has returned a response with the 1 in both MITEST and for the Mashup....
0 3837 0

Inline code in Mashups      

Started By  ScottCT
I'm building a control into a mashup that will validate a card number before it can be used to start operations. I would like the mashup event to be triggered without interaction by the user other than typing in their 4-digit employee number.  So my approach is to set a checkBox to be checked once the length of a TextBox = 4. The checkbox should raise a click event to trigger a mashup event. In my Xaml, i have a CheckBox with a Style that contains DataTriggers. Whenever the property Text.Lengt...
0 4040 1

MashUp Issue around OIS150/300/301      

Started By  Alex-Rexel UK
Hello, I have a mash up created that incorporates OIS150, OIS300 and OIS301. This was created to allow our branches to be able to do their invoice releasing quicker and more efficiently. The mash up is controlled via OIS150 and when selecting an order within this function it pre populates OIS300/1 with the same information. The issue I am having is that Infor have created a new option within OIS150 and this allows the users to be able to select a list of orders at sts 62 and release them all ...
3 8137 0
by ScottCT

Change text Colour in a mashup      

Started By  Darchy
Hey Guys, Is there any way to change the text colour in a mashup via the Code Eg: Grid.Row='0' Grid.Column='1' Name='MMS240MIPanel' Margin='10' VerticalAlignment='Center' HorizontalAlignment='Left'>                              SourceName='ItemMaster' SourceEventName='CurrentItemChanged' TargetEventName='FillForm'>                TargetKey='SERN' Value='ENTER SERIAL' /> I would like the text 'ENTER SERIAL' to be in Red Any help would be fantastic. ...
4 5878 0
by ScottCT

Invoice Image From Ascend in a Mashup      

Started By  Ruma Malhotra
Good Morning   I am trying to create a mashup with the invoice image from Ascend. Has anyone created this Can you share with me how you setup the tab control and the links with the source and target events
1 4399 1
by ScottCT

Trim doesn't seem to work      

Started By  John W 123
The objective of this mashup is to provide a user with full visibility to cash transactions to a specific cash account.   Visibility includes the cash book header and all associated line items.  Using Trans-Nbr and Cash-Code fields as keys. I am using the newer version of mashup designer that works with Smart Office 10.2.1.0.63.   I have a datapanel for CBTRANS and set a condition to trim the blanks from Trans-Nbr field that is used to link to the CBDISTRIB datapanel.    I use the event of the ...
2 5427 0
by Patrick Dowd

DSSO install      

Started By  Chesca
Hello, has anyone install DSSO session provider before and would be wiling to share some information Lawson suggested I should install DSSO router (from the grid extensions) first but I am new to SO so I don't feel Comfortable installing DSSO.
2 5338 0
by Chesca

How to bind to a field in an S3 form?      

Started By  Laura
In the mashup I'm building, I want to value from a field on an S3 form to another S3 form when a button is clicked.  To do that, I'm fairly certain I need to use a binding but cannot find any documentation on how to do this.  Does anyone know how to bind to a specific field in an S3 form in a mashup event The name of my source form panel is AM203 and the field I want returned is AST-ASSET. This is what I've been trying to use, to no avail: Value='{Binding ElementName=AM203, Path=AST-ASS...
1 5093 0
by Vince

load Mango.U.I service Error      

Started By  Chesca
Has anybody seem the following error before load Mango.U.I service Error
7 6764 0
by Jordane

DSSO Router Installation      

Started By  Chesca
This is my first time installing the DSSO router (from the Grid extensions) so I am being prompted for a DSSO Base Installation (see screen shot). Does anybody have any idea what I am supposed to select here Any help would be greatly appreciate, thanks!
1 4956 0
by msjmg111

mashup deploy not active      

Started By  Ahmed Saad
hi , after i finish designing mashup i tried to deploy it but deploy bottom not active any idea
6 9439 0
by Karin

Run/launch a Jscirpt from a Mashup...      

Started By  Jordane
Hi all, Is it possible to run/launch a jscript from a Mashup (for example, into a specific Mashup, run the M3MashupBrowse_1_0.js or M3RelatedOption.js) I don’t find any way to perform this operation… Thanks for your response ! Jordane
2 5586 0
by Karin

AP vednor TIN/address verfication      

Started By  Cindy
Has anyone created a mashup to verify TINs and addresses for AP vendors Thanks, Cindy
4 5628 0
by Patrick Dowd

Will Infor ION replace Mashup?      

Started By  Jackie H
I like the look and feel of the mashup templates I've viewed.  I found that we didn't get mashup as part of our LSO package, and it will cost an additional $40,000.  We are anticipating upgrading to Infor 10 in FY15.  Can I justify spending the money and time to implement mashup so close to our upgrade
4 5738 0
by John Henley
Page 1 of 212 > >>


RSS Feed Available