Hi,
I am creating cash receipt journal using NAV web service (C#)?
receipt = new CashReceipt
{
Dimension_Set_ID = Convert.ToInt32(ConfigurationManager.AppSettings["DimensionSetId"])
};
When I am setting dimension set id? it throwing error? so would you please like to help guys how can I associate a dimension with cash receipt journal using c#
0