Quantcast
Channel: Martin Dráb's Activities
Viewing all 17532 articles
Browse latest View live

Cannot access Microsoft certification dashboard

$
0
0

Hi,

This is not related to F&O, but cannot access my Microsoft certification dashboard, anybody know to whom I can ask support ? I mean the email.

And anyone get an invitation link to renew their certificate ? I was referring to this : Renew your Microsoft Certification | Microsoft Docs

Sorry to post in this forum, but my certificates are in F&O though, I just don;t know where to post.

Thanks,


Disable Particular Financial Dimension (Department) which contains a predefined value

$
0
0

Hi Everyone,

Greetings of the day.

I am performing the following task in Dynamics 365 F&O

Case: I am getting the financial dimension (Department only) from worker position to PurchReqLine level on PurchReqTable Form

Now, I want to disable that financial dimension (Department only) after getting value in it all other financial dimensions should be editable except department.

Note: Department value noting but the current users assigned department. Eg. If worker ABC has assigned department Finance so, Value & Description will come into Purchase Requisition Line.

I am trying the below code but it's not working.

[FormDataSourceEventHandler(formDataSourceStr(PurchReqTable, PurchReqLine), FormDataSourceEventType::Activated)]
public static void PurchReqLine_OnActivated(FormDataSource sender, FormDataSourceEventArgs e)
{
/*ormBuildControl _build;

PurchReqLine purchReqLine = sender.cursor();
// DimensionEntryControl dimensionEntryControl;// = new DimensionEntryControl(_build,sender.formRun());
LedgerDefaultDimensionEntryController ledgerDefaultDimensionEntryController = LedgerDefaultDimensionEntryController::construct();
//dimensionEntryControl.parmEditableDimensionSet(DimensionAttribute::findByName('Department').RecId);
ledgerDefaultDimensionEntryController.parmDimensionsToAllowEdit(purchReqLine.DefaultDimension);//DimensionAttribute::findByName('Department').RecId);//DimensionLinkAllowFieldEdit += eventhandler(BS_PurchReqTableFormEvtHandler::enableHandler);
*/
}

Also, there is a link of exactly the same scenario but in AX 2012. following is the link, The classes used in that link is not available in D365.

https://syedbaber.wordpress.com/2013/09/23/enabledisable-a-financial-dimension-segment-on-ax-form/

Thanks,

Paresh

Filter the records which has zero value after Sum(field) x++ / Query class / View

$
0
0

Hi All, 

This job will iterate 1500 records in queryRun as per my query. That's correct. Among that, there 5 records only has Qty > 0. How can i filter the same in above query class?

I have added group by of Item Id and InventDimId. And Sum of Qty field.

Thanks.

Can I access D365 Finance data in dataverse?

$
0
0

I wanted to connect to D365 Finance App using Dataverse as connection. 

I am not sure if D365 Finance App stores data in Dataverse entities. If yes, how can I connect that?

Any pointers are greatly appreciated.

Ax 2012 class name AxdDimensionUtil same in D365Fo ?

$
0
0

Hi all,

(2012 code)

 accCon = [debitAccount, debitAccount,5,"ADepartment",dep,"BDivisionals",divi,"CRegional",region,"DCity",city,"EArea",area];

    journalTrans.parmLedgerDimension(AxdDimensionUtil::getLedgerAccountId(accCon));

 

(d365)

 

  container  accCon = [debitAccount, debitAccount,5,"ADepartment",dep,"BDivisionals",divi,"CRegional",region,"DCity",city,"EArea",area];

 journalTrans.LedgerDimension = AxdDimensionUtil::getLedgerAccountId(accCon); 

Error AxdDimensionUtil is obsolete. What is the alternate class to use getledgeraccountd method

Thanks 

Updating Visual Studio removed Finance and Operations (D365) Extension

$
0
0

So earlier today I finally had enough of the issue where VS 2017 would crash whenever I moved a tab and was able to find a solution (and reiterate that I wasn't going insane): https://developercommunity.visualstudio.com/t/visual-studio-2017-crashes-when-moving-any-tab-any/1332361

However, when I did that update on Visual Studio, the all important extension got removed:



I *know* at some point I simply downloaded this extension and installed it manually; does anyone know where the link is or where I might be able to locate such file?  I've been searching for over and hour and coming up empty handed, closest I've found is here: https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/dev-tools/update-development-tools
Currently unzipping that massive download and will report back if I find what I need in that download.  But thought to post here while I'm waiting to see if there are any other options.

Nota bene: this _was_ possible (downloading the extension) at some point because I did exactly that when I upgraded Visual Studio 2015 to Visual Studio 2017 back in mid-2020.  But... I've slept since then, so perhaps I'm losing my mind.

Thanks all, and as always, take care.

Signature in Invoice

$
0
0

Hello Experts,

I have one requirement for one of my Indian client, however it seems a general requirement.

While issuing sales invoice, user want to have their CEO or CFO (can be defaulted) signature in the invoices.

How can we do this? what will be the best way to achieve this?

Any Digital Signature Functionality is existing in Dynamics?

$
0
0

Hello Experts,

We are having one digital signature requirement into the invoices such as Customer Free text, vendor Invoice Journal.

Is this true that, Dynamics FO does not have any such functionality yet, which can print the signature in the invoices?

I am aware of the Electronic Signature but it does not print signature in the invoices.

Let me know what are the options here?


How to send container records as CSV to azure blob

$
0
0

Hi i have a container that has multiple records (lines)

I want to be able to send it to azure blob as csv

I'm assuming i need to convert the container to sth that can be accepted by azure blob

So what should i do exactly? 

Create a new custom form textbox control

$
0
0

I need to develop a new custom form Input textbox control.

How to add new field in EcoresProductCreate form

$
0
0

I added ID1, ID2, and ID3 fields to the ecoresproduct table.

Also, I made id1control, id2control, and id3control on the EcoResProductCreate form.

I need to implement an extension class that allows the value of the string control to be stored as a value in the ecoresproduct table.

How can I make createData2Control method into extension class?

Regular Tables in SSRS Reports in D365 F&O/Supply Chain - Any reason to use them?

$
0
0

I am extending an SSRS report that is provided by our ISV partner as part of their ISV package. This report uses regular tables to store its data, instead of temporary tables. The report uses preprocessing to generate itself.

I am being forced to use regular tables from my report extension, because you cannot mix and match regular and temporary tables in an SSRS Report. This will generate an error.

I am wondering if there is any legitimate reason to still be using regular tables in an SSRS report, as opposed to temporary tables (either in-memory or temp db)? I may ask our ISV partner to change their report to temporary tables, but i wanted some information on whether it is appropriate to be using them under certain circumstances first.

Thanks,

Jonathan

Add validation depending on the project stage from a different table

$
0
0

Hey Team,

I have a timesheet submission form where I need to add validation while submission. If the project stage for which the employee is filling the timesheet is not equal to "In progress" then display an error msg as "Time cannot be entered for ABCD.EFG project as it is not In progress". Now the Project stage belongs to a different form i.e All projects form and is a string field. So in this case how can I add the validation to my timesheet forma and where should I add it. please help me with this issue. 

Timesheet form:

Project status from Project Form:

Display image on Grid

$
0
0

Dear gentlemen,

i am trying to add a new image as display method on the fixed asset list page from the attachement form on top of the form related to each fixed asset.

the value is being saved on the DocuValue table.

is there any way to add it as display method using the ImageReference Class? 

How can i add a static value into InventDimId field into InventJournalTrans

$
0
0

Hi expert,

I would like to add a static value into InventDimId field when ItemId field is modified into InventJournalTrans datasource InventJournalMovement form

[FormDataFieldEventHandler(formDataFieldStr(InventJournalMovement, InventJournalTrans, ItemId), FormDataFieldEventType::Modified)]
public static void ItemId_OnModified(FormDataObject sender, FormDataFieldEventArgs e)
{
    FormDataSource      InventJournalTrans_ds = sender.datasource();
    InventJournalTrans  inventJournalTrans = InventJournalTrans_ds.cursor();

    inventJournalTrans.inventDimId = "001591";
}

when i do the code above nothing happens 

Thanks in advance


Role remove message

$
0
0

Hi all,

As shown in the picture, i want to once i select "Human resource manager" then remove role

if i did this i want to "Human resource role remove as a info msg" so that give me some example in the remove clicked what should i do ? 

Thanks 

SocrateX and BaseX in Visual Studio

$
0
0

Hello group!

I have downloaded the new version 17 update for the development virtual machines in dynamics 365 and in the compilation section new checks appear, which we can see below marked in yellow, which point to Socratex Checks and AppChecker Logs

I have searched the internet for information about SocrateX but cannot find anything relevant. Know someone from some documentation to be able to understand its operation and most of all the purpose and differences between SocrateX and BaseX for the validation of best practices

Greetings to all

Thanks

possibility of creating Report format from UI not from VS

$
0
0

Hi All,

Is there a way to create a report format from UI instead of VS ? 

If yes, how can we create it? 

Thank you.

Web API call to FO

$
0
0

Hi we have a web application it needs to create a sales order in FO.  What is the recommended way to do this?

Thx

Initialize a field value when another field has changed

$
0
0

Hai I am trainee technical consultant. This is the task given to me . I tried my best to create the table, but I am unable to meet the requirement asked in Cubical master table>FloorDescription> DataType to achieve the description value from the floor master table.

I tried it by using Modifiedfield method but I am not able to get succeeded please help me in this aspect.

thanks in advance.

 

Floor master:

S.NoField NameLabelMandatoryDataTypeSize
1FloorIdFloor IdYesString10
2DescriptionDescriptionNoString60

Cubicle master:

S.NoField NameLabelMandatoryDataTypeSize
1CubicleIdCubicle IdYesString10
2DescriptionDescriptionNoString60
3FloorId

Floor Id

YesString10
4FloorDescriptionFloor DescriptionNo

Non-Editable.

Default FloorID Description

From Floor master

-

 

Viewing all 17532 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>