php API on IIS encryption

  • Apr 26, 2021

this is how I do it, connecting to IIS encryption (on android java) on php bridging <?php try{ $input = $_POST[“input”]; //contoh input : NvUlnUqBh1vvDWWoGvELKTwAKv9yKEBSYvfdTXNY2HUhPydLhzLhbBuB0FuBtlcSaTw2hyY2Ln8vmACu02knnxmzzCSaUtKBWwNcdCsAkTk= if($input != “”) { error_reporting(E_ALL); define(‘_HP_WEBSERVICE_URL_’,’http://192.168.50.44/inwcommerce/sirait.asmx?WSDL’); define(‘_HP_WEBSERVICE_NAMESPACE_’,’http://sirait.highpoint/’); $webservice = new SoapClient(_HP_WEBSERVICE_URL_, array(‘soap_version’ => SOAP_1_1, ‘uri’ => _HP_WEBSERVICE_NAMESPACE_)); $request = array(‘Input’ => $input); $action = $webservice->Mobile($request); $result = $action->MobileResult; } else […]

Read More

I will provide the content by screen shoot private void disclaimer() { //created by ronny //20210204 11:08 //and will be published on official websites } public class ReportRun extends ObjectRun { } public Container GenerateQRCode( str param) { FileIOPermission perm; BinData binData; container imageContainer; str 5000 tempFileName2; HpgCsFunction _f = new HpgCsFunction(); System.String netString; Microsoft.Dynamics.QRCode.Encoder […]

Read More

belajar golang di linux

  • Sep 07, 2020

(bahasa indonesia) point point penting dalam belajar golang instalasi golang siapkan enviroment sistemnya, saya menggunakan ubuntu LTS 18.04 download file berikut ini: wget https://golang.org/dl/go1.15.1.linux-amd64.tar.gz extract file tersebut : sudo tar -C /usr/local -xzf go1.15.1.linux-amd64.tar.gz edit /etc/profile : sudo nano /etc/profile tambahkan source ini ke baris paling akhir : export PATH=$PATH:/usr/local/go/bin untuk mengetes apakah sudah berhasil […]

Read More

this is how I put address bar on listpage, I just creating a new menu form and intend it to show it on address bar, but something happens it happens because you need to set IsDisplayedInContentArea for Yes now, close and open AX, 

Read More

how to make batch job

  • Jul 09, 2020

this is how to make batch job on ax 2012 this image below is self explanatory create a class Class Name : HpCsBtUpdate.processRecords See the pict above [SysEntryPointAttribute(false)] Info(“xxx”) will be as Log Batch create a menu action Object Type : Class Object : SysOperation Parameters : HpCsBtUpdate.processRecords Execute the menu action

Read More

how to make details form

  • Jul 08, 2020

just like Journal Transfer forms, you click lines and show lines onlythis is how to make it “override init method on lines form, and do like source below for example” public void init() { HpTbStBarcJour _jour; super(); _jour = element.args().record(); HpTbStBarcUpload_ds.query().dataSourceTable(tableNum(HpTbStBarcUpload)) .addRange(fieldNum(HpTbStBarcUpload, HpTpStBarcodeId)) .value(_jour.HpTpStBarcodeId); }    

Read More

how to consume partial picking on production order and recreating the reminding partial picking journal go to view > picking list validate remove all the log posted

Read More

Scenario user can Access to ALL MTL warehouse user can Access to ALL TJP warehouse exclude to “Finished Goods Warehouse TJP” warehouse MTL, TJP is Entity I put the XPO on the end of this article How to do it manually Goto Dynamics Ax, and Open AOT we will need, 1 Security Policy, 2 Tables, […]

Read More

septday septday, we got an error, we got crash app ax .. that was I thought when I see this errors Application: Ax32.exe Framework Version: v4.0.30319 Description: The Process was terminated due to an unhandled exception. Exception Info: System.Runtime.InteropServices.SEHException at <Module>.NavigationPaneHost.LoadMenuW(NavigationPaneHost*) at <Module>._wWinMainCRTStartup() why this is happen: It would happen when you have a developer […]

Read More

we got error while confirm purchase order Function AccountingEventProcessor.createAccountingEvent has been incorrectly called this error occured because the accounting distribution raised an error calculation solution: edit the purchase order select the purchase line select financials > accounting > distribute amounts click reset button, and try to confirm again, if this not work, click correct and […]

Read More
EnglishIndonesian